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
62
crates/codegen/xai-grok-shell/changelogs/0.2.82.json
Normal file
62
crates/codegen/xai-grok-shell/changelogs/0.2.82.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Managed connectors links** now include the team ID when opening from a team session.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**AGENTS.md files** are now discovered and shown for workspace/hub sessions.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Skill descriptions** are now recovered correctly even when frontmatter YAML is malformed.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**[Esc] hint** in /btw panels now stays visible even on narrow terminals.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Background monitors** now wake the agent on natural exit the same way bash tasks do.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Chat conversation titles** from the gateway are now shown in the sidebar.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Long option labels in question prompts are now always visible instead of disappearing when unfocused.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "New `/effort` slash command changes reasoning effort on the active model.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Pasted text preview now appears immediately after inserting a paste chip.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "Double-click a pasted text chip to expand it into editable text.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Hex color codes now render as colored dots with no extra space.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "Pressing voice on the welcome screen now starts a new session.",
|
||||
"breaking_change": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue