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
57
crates/codegen/xai-grok-shell/changelogs/0.2.93.json
Normal file
57
crates/codegen/xai-grok-shell/changelogs/0.2.93.json
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
[
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**grok --minimal** now aligns the prompt, status bar, and messages flush-left with the welcome card.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**/plugins** no longer lists never-installed Claude marketplace entries and now groups plugins by their real source.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "MCP permission prompts now show the planned arguments so you can judge what the tool will actually do.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Successful image compression no longer leaves a permanent line in the transcript.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "The \"Managed by grok.com\" link in the Extensions modal is now clickable and underlined.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "Dragging inside rendered markdown tables now selects whole cells or rectangular ranges and copies as TSV.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**--no-ask-user** now also disables ask_user_question for subagents.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**--no-ask-user** now also disables ask_user_question for subagents.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "Shift+Tab now goes straight to Plan mode when the plan-mode tip is showing.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "breaking",
|
||||
"description": "**Esc** no longer cancels a running turn; use **Ctrl+C** instead. Double-Esc rewind now works while focused on scrollback.",
|
||||
"breaking_change": true
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Fixed a crash** shortly after launch on some systems caused by the telemetry exporter.",
|
||||
"breaking_change": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue