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
52
crates/codegen/xai-grok-shell/changelogs/0.2.69.json
Normal file
52
crates/codegen/xai-grok-shell/changelogs/0.2.69.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[
|
||||
{
|
||||
"category": "features",
|
||||
"description": "The agent dashboard now shows each agent's model and mode in the peek panel, lets you cycle modes with Shift+Tab, collapses the Inactive section by default, and hides older idle agents behind a \"N more\" row.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "Tool usage cards for search, directory listing, file deletion and glob now render as distinct typed cards instead of generic MCP entries.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "The keyboard shortcuts help now shows richer descriptions and correctly scrolls wrapped text in the detail view.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Local plugins installed from your home directory are now automatically refreshed when you start a session, so new agents or skills added to the source appear immediately.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "You can now pass --json-schema to grok -p and receive a validated JSON object instead of free text.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "The /context command now reports the same number of tool definitions that are actually sent to the model.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "In vim mode the agent dashboard peek no longer steals keyboard focus from the list, so j and k keep moving between agents.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**/sessions** on the agent dashboard no longer freezes the interface.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Dashboard** now focuses the overview list immediately when agents exist.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Ctrl+L** now interjects mid-turn in VS Code, Cursor, Windsurf, and Zed terminals.",
|
||||
"breaking_change": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue