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
27
crates/codegen/xai-grok-shell/changelogs/0.2.64.json
Normal file
27
crates/codegen/xai-grok-shell/changelogs/0.2.64.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Dashboard** now displays the current directory and branch; click or press Ctrl+L to change location, or Ctrl+W to dispatch new agents into fresh git worktrees.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Dashboard** arrow keys open agent details and exit overlays; closing an agent now selects the neighboring row.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**/recap** now appears as a collapsible tool-style block with a loading spinner while generating.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**/usage** command and credit warnings are now hidden for API-key authentication.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**MCP servers** from your user config no longer appear labeled as project-scoped when running from your home directory.",
|
||||
"breaking_change": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue