Grok Build CLI just got an update with v1.0.22! πŸš€

Β· opgehaald 06:00

Grok Build CLI just got an update with v1.0.22! πŸš€

Changelog v1.0.22

Features: β€’ Built-in agent tools now take precedence over user MCP servers when tool names collide. β€’ Desktop app tools are now available through a dedicated first-party MCP server. β€’ Remote control pickers can now group servers by device using announced device identity. β€’ edit_file diffs now show real file line numbers instead of starting at line 1. β€’ Permission prompts for file edits now auto-expand the diff row so you can see the change before approving. β€’ Sending a message to a finished subagent now continues that same subagent instead of failing. β€’ Background subagent completion messages now show the actual output instead of just a pointer to run the tool. β€’ Dashboard now shows a unified header with location picker and an actions row for creating agents or resuming previous sessions. β€’ New `grok-workspaced daemon` mode lets a long-lived process expose folders to the Computer Hub (separate from the Desktop-supervised sidecar).

Performance: β€’ Opening or resuming sessions no longer pauses the interface while reading MCP config files.

Bug Fixes: β€’ MCP connectors now correctly show when they need re-authentication even if no tools are listed. β€’ Extensions modal shortcuts now work when the tab bar is focused, and invalid actions on headers show helpful messages. β€’ Send now button and shortcuts now work correctly when an automatic background turn is running. β€’ Resumed sessions now show the exact text you typed for mid-turn follow-ups instead of the wrapped system message. β€’ `/skills` command now updates the model with newly installed skills even when written from another NFS client. β€’ Auto mode no longer instantly runs destructive `git checkout --` commands; they now go through the model for safety. β€’ Fixed a crash that could occur when restoring pasted content after certain skill injections or rewinds. β€’ Subagents and workflows now respect the same bash timeout and auto-background settings configured for the parent session. β€’ Fixed model backend selection so an explicit chat_completions setting in config.toml is no longer overwritten by same-slug siblings. β€’ Slash command advertisements no longer spam repeatedly when your current directory is your home folder. β€’ Foreground shell commands no longer produce spurious background-task reminders or incorrect kill results. β€’ Queued follow-up buttons now appear in the order [Send now][edit][cancel]. β€’ `/compact instructions` in the pager are now passed to the compaction backend (bare `/compact` is unchanged). β€’ `/goal` (and resume) after pressing Esc now correctly starts the goal planner instead of failing with "Planning failed". β€’ run_terminal_cmd now correctly tells the model that foreground commands are backgrounded after ~15s instead of the 120s timeout value. β€’ Skill announcements no longer repeat the same list of available skills multiple times in a session. β€’ Monitor events in multi-session processes now correctly wake idle sessions instead of being buffered until the next prompt.