User-facing
- [new] Large MCP tool results are now saved with the correct extension and the model receives better hints for querying them. (content/CHANGELOG.md, content/CHANGELOG.json)
- [fix] Fixed false-positive doom-loop terminations when many parallel tool calls fail together in one batch. (content/CHANGELOG.md, content/CHANGELOG.json)
- [fix] Fixed a crash that could occur during auto-compaction when resuming a session containing reasoning content. (content/CHANGELOG.md, content/CHANGELOG.json)
- [changed]
tracecommand completion text now references$GROK_HOME/trace-exports/...instead of~/.grok/trace-exports/...(content/completions/*, .grok/completions/zsh/_grok)
Internal / groundwork
- New env var
GROK_HOH(and corresponding env-var group) added. (Unpacked internals delta) - Tool inventory delta: +
skills/discovery; removedcursor/shellcwdandskills/discoveryerr. (Unpacked internals delta: Tool names by family) - 185 new / 184 removed backend route entries (including new routes under
x.ai/hoo,x.ai/bil,x.ai/btw,x.ai/fee,x.ai/sug,x.ai/int,x.ai/hunf,x.ai/intfH,x.ai/fs/,x.ai/pr/,x.ai/git,x.ai/get,x.ai/set,x.ai/aut,x.ai/ski,x.ai/rev,x.ai/queue/clear,x.ai/skills/list,x.ai/git/worktree/resume_session,x.ai/legal,x.ai/session/interjection,x.ai/models/update,x.ai/queue/changed,x.ai/task_completed,x.ai/session/prompt_complete,x.ai/settings/update,x.ai/scheduled_task_inject_prompt,x.ai/sessions/changed,x.ai/mcp/server_status,x.ai/task_backgrounded,x.ai/session_notification,x.ai/session/info,x.ai/auth/check_subscription,x.ai/running,x.ai/restore_code,x.ai/rewind/execute,x.ai/auth/get_url,x.ai/marketplace/list). (Unpacked internals delta: Backend route details) - No change in xAI source file count (666), workspace crates (44), or settings/config keys (91). (Unpacked internals delta)
Upgrade notes
- Completions for the
tracesubcommand were regenerated; users may need to re-source shell completion files if they rely on the old~/.grok/...default-path text.