grok-build-upstream-mirror/crates/codegen/xai-grok-shell/changelogs/0.2.57.json
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

37 lines
1.2 KiB
JSON

[
{
"category": "fixes",
"description": "Fixed cases where long-running conversation compaction could hang indefinitely.",
"breaking_change": false
},
{
"category": "fixes",
"description": "Notification hooks now fire only for real user-attention events and no longer trigger constantly during tool use.",
"breaking_change": false
},
{
"category": "fixes",
"description": "Fixed literal display of HTML entities such as < and > in responses and tool output.",
"breaking_change": false
},
{
"category": "features",
"description": "Improved resilience to network blips during long responses by resuming instead of failing the turn.",
"breaking_change": false
},
{
"category": "fixes",
"description": "**Typing `[`** in the pager prompt no longer appears delayed.",
"breaking_change": false
},
{
"category": "features",
"description": "**`grok plugin install <name>`** now resolves plugins from registered marketplaces instead of only local paths.",
"breaking_change": false
},
{
"category": "fixes",
"description": "**Copy** now tries all available Linux clipboard tools so paste works reliably in more terminals.",
"breaking_change": false
}
]