- [new] Dashboard rows show a short summary of what the agent did in the previous turn
- [new] Extensions modal groups items alphabetically with collapsible Skills sections
- [new] Grok skips the project-directory prompt when launched from home or other non-project directories
- [changed]
/feedbackopens a dedicated report box instead of prompt mode - [new] Auto theme detection works over SSH and inside tmux
- [changed] Markdown tables reflow inside cells on narrow panes instead of clipping
- [changed] Permission prompts show the complete script; long bash bodies expand with
Ctrl-F - [fix] MCP tools that return images no longer drop or corrupt large screenshots
- [fix] Sandboxed Grok starts on large directories with many deny-glob matches
- [fix] Rapid send-now presses no longer lose earlier queued messages
- [fix] Esc and stop prevent background tasks from restarting the model after cancel
- [fix] Login no longer skips when an invalid API key is in the environment
- [fix] Model picker and command palette work while reviewing a plan
- [fix] Tab and Esc behave consistently on question, permission, and cancel-turn cards
- [fix]
/newfrom the dashboard returns to the dashboard from an empty prompt - [fix] Codebase restore no longer hangs on large or shallow git repositories
- [fix] Remote resume restores conversation only unless
--restore-codeis passed - [fix] Copying CJK text with the mouse includes every character at the selection edges
- [fix] API errors appear as clean banners instead of raw JSON dumps
- [fix] Typing exit or quit in the dashboard exits the CLI
- [fix] Mode indicator (plan/agent/ask) stays in sync after resume and mode changes
- [fix]
/deletereturns to the dashboard when you delete a session opened from it - [fix] Enter in the slash command menu runs the highlighted command
- [fix] Grok retries more server errors during outages
- [fix] Session-only slash commands show a message when used from the dashboard
- [fix] Queued prompts stay visible while waiting on subagents, and slash/image rows can be reordered
- [fix] Auto recaps no longer appear mid-turn or while busy
- [fix]
/btwerror messages wrap fully - [fix] Forking very large sessions no longer uses many times the session file size in memory
- [fix] Exiting an empty session is instant, even on slow networks
Under the hood
Crate and package versions advance to 1.0.0 (xai-grok-shell, xai-grok-pager, xai-grok-pager-bin, xai-grok-version). Workspace git handling gains dedicated gate and object-database support; the pager adds a usage modal view.