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
32
crates/codegen/xai-grok-shell/changelogs/0.2.79.json
Normal file
32
crates/codegen/xai-grok-shell/changelogs/0.2.79.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Contextual hints** now show shortcuts like plan mode or clipboard paste when relevant.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "performance",
|
||||
"description": "**Compaction** can now run part of its work in the background before it blocks the session.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Graceful shutdowns** now allow interrupted turns to resume with a configurable pause budget.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "features",
|
||||
"description": "**Grok.com chat sessions** now integrate fully with the gateway bridge for model catalog and resume.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Question prompts** now time out after 6 minutes instead of blocking forever.",
|
||||
"breaking_change": false
|
||||
},
|
||||
{
|
||||
"category": "fixes",
|
||||
"description": "**Fixed a crash** that could occur during conversation integrity repairs while a turn was active.",
|
||||
"breaking_change": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue