Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
22
crates/codegen/xai-grok-shell/changelogs/0.2.93.md
Normal file
22
crates/codegen/xai-grok-shell/changelogs/0.2.93.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 0.2.93 — 2026-07-08
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
- **Esc** no longer cancels a running turn; use **Ctrl+C** instead. Double-Esc rewind now works while focused on scrollback.
|
||||
|
||||
## Features
|
||||
|
||||
- MCP permission prompts now show the planned arguments so you can judge what the tool will actually do.
|
||||
- The "Managed by grok.com" link in the Extensions modal is now clickable and underlined.
|
||||
- Dragging inside rendered markdown tables now selects whole cells or rectangular ranges and copies as TSV.
|
||||
- Shift+Tab now goes straight to Plan mode when the plan-mode tip is showing.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **grok --minimal** now aligns the prompt, status bar, and messages flush-left with the welcome card.
|
||||
- **/plugins** no longer lists never-installed Claude marketplace entries and now groups plugins by their real source.
|
||||
- Successful image compression no longer leaves a permanent line in the transcript.
|
||||
- **--no-ask-user** now also disables ask_user_question for subagents.
|
||||
- **--no-ask-user** now also disables ask_user_question for subagents.
|
||||
- **Fixed a crash** shortly after launch on some systems caused by the telemetry exporter.
|
||||
|
||||
Loading…
Reference in a new issue