Publish harness and TUI open-source

initial sync from the monorepo
This commit is contained in:
grokkybara[bot] 2026-07-16 06:46:02 +01:00
commit c68e39f604
2734 changed files with 1437016 additions and 0 deletions

View 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
}
]