Joined May 2026
58 Photos and videos
Pinned Tweet
Grok Build CLI just got an update with v0.2.51! 🚀 These are the highlights ⋅ enhanced Mermaid subgraph and class diagram rendering ⋅ grok mcp add accepts positional args and --scope project ⋅ new /code-review slash command ships with CLI ⋅ fixes for plan mode exit reminders ⋅ fixed memory leaks in long sessions ⋅ large code blocks no longer stall UI Changelog v0.2.51 Breaking Changes: • `grok mcp add` now accepts positional arguments (e.g. `grok mcp add filesystem -- npx ...`), supports --scope project, and adds -e/-H flags for env/headers. Features: • Mermaid flowcharts now render subgraph blocks as titled frames with correct internal and cross-boundary edges. • Class diagrams in Mermaid now render as proper UML boxes with attributes, methods and inheritance arrows instead of raw source. • Permission prompts now accept a double-click on an option to submit it, matching the existing Enter and number-key shortcuts. • New /code-review slash command now ships with the CLI and is always available. Performance: • Large code blocks inside lists no longer cause multi-second UI stalls while streaming responses. Bug Fixes: • Plan mode exit reminders no longer appear after the model has already started implementing the plan. • Expanded thinking blocks in scrollback now remain expanded when the agent finishes them. • `grok update` no longer downloads the same binary twice when multiple updaters or leader checks run concurrently. • Background task IDs after /compact are now shown verbatim so the model can reference them correctly in later tool calls. • Typing / while scrollback is focused now focuses the prompt and opens the slash-command dropdown. • Dashboard empty state is now a single hint line; dispatch and peek placeholders appear only when unfocused. • Fixed memory leaks that could cause the CLI to use tens of gigabytes during long sessions with many tool calls. • Login on SSH or headless machines now tells you when the browser cannot be opened automatically and shows the URL to visit manually. • Fixed git clone failures on Windows when the CLI tries to clone marketplace plugins into ~/.grok.
Grok Build CLI just got an update with v0.2.50! 🚀 These are the highlights ⋅ enhanced Mermaid flowchart edge crossing rendering ⋅ fixed sequence diagram parse errors for activate and autonumber ⋅ MCP servers menu and slash commands work outside project directory ⋅ Ctrl W word deletion now matches bash behavior ⋅ login no longer quits on authentication codes with letter q Changelog v0.2.50 Features: • Mermaid flowcharts now render edge crossings clearly instead of fusing unrelated connections. Bug Fixes: • Sequence diagrams with activate, autonumber, par, and more now render instead of showing parse errors. • MCP servers menu and slash commands now work when starting grok outside a project directory. • Ctrl W in the prompt now deletes whole words like bash instead of stopping at punctuation. • Login no longer quits when an authentication code contains the letter q.
1
40
1,763
We are watching closely at @xai Where is V9.... 👀
83
Grok Build CLI just got an update with v0.2.50! 🚀 These are the highlights ⋅ enhanced Mermaid flowchart edge crossing rendering ⋅ fixed sequence diagram parse errors for activate and autonumber ⋅ MCP servers menu and slash commands work outside project directory ⋅ Ctrl W word deletion now matches bash behavior ⋅ login no longer quits on authentication codes with letter q Changelog v0.2.50 Features: • Mermaid flowcharts now render edge crossings clearly instead of fusing unrelated connections. Bug Fixes: • Sequence diagrams with activate, autonumber, par, and more now render instead of showing parse errors. • MCP servers menu and slash commands now work when starting grok outside a project directory. • Ctrl W in the prompt now deletes whole words like bash instead of stopping at punctuation. • Login no longer quits when an authentication code contains the letter q.
Grok Build CLI just got an update with v0.2.49! 🚀 These are the highlights ⋅ enhanced Mermaid flowchart and Unicode diagram rendering ⋅ marketplace plugin listings now show skills and MCP servers ⋅ fixed skill reloads corrupting tool calls and session state ⋅ grok --resume correctly finds sessions from image-only folders ⋅ fixed unknown session id errors after leader process crashes ⋅ managed MCP connectors now work properly in leader mode Changelog v0.2.49 Features: • Marketplace plugin listings now show skills, MCP servers, and commands when the catalog is published. • Mermaid flowcharts now render with fewer avoidable edge crossings. • stateDiagram mermaid blocks now render as Unicode diagrams instead of source fallback. Bug Fixes: • Skill reloads no longer corrupt active tool calls or produce duplicate results in the conversation. • grok --resume now correctly finds the real session instead of failing on empty image-only folders. • Pasted images and relative paths now use the correct directory when resuming a session created elsewhere. • Mermaid flowcharts now correctly render node groups, arrow endings, self-loops and line styles. • Fixed "unknown session id" errors that occurred after the leader process crashed or was killed. • Pasted images now survive interjections and queue edits instead of being dropped. • Managed MCP connectors (Slack, Linear, etc.) now appear correctly when using leader mode.
1
21
2,672
Grok Build CLI just got an update with v0.2.49! 🚀 These are the highlights ⋅ enhanced Mermaid flowchart and Unicode diagram rendering ⋅ marketplace plugin listings now show skills and MCP servers ⋅ fixed skill reloads corrupting tool calls and session state ⋅ grok --resume correctly finds sessions from image-only folders ⋅ fixed unknown session id errors after leader process crashes ⋅ managed MCP connectors now work properly in leader mode Changelog v0.2.49 Features: • Marketplace plugin listings now show skills, MCP servers, and commands when the catalog is published. • Mermaid flowcharts now render with fewer avoidable edge crossings. • stateDiagram mermaid blocks now render as Unicode diagrams instead of source fallback. Bug Fixes: • Skill reloads no longer corrupt active tool calls or produce duplicate results in the conversation. • grok --resume now correctly finds the real session instead of failing on empty image-only folders. • Pasted images and relative paths now use the correct directory when resuming a session created elsewhere. • Mermaid flowcharts now correctly render node groups, arrow endings, self-loops and line styles. • Fixed "unknown session id" errors that occurred after the leader process crashed or was killed. • Pasted images now survive interjections and queue edits instead of being dropped. • Managed MCP connectors (Slack, Linear, etc.) now appear correctly when using leader mode.
10
1,158
Grok Build just got a new update: v0.2.47 It comes with new features and bug fixes: - stateDiagram Mermaid blocks now render as diagrams instead of source fallback - Pasted images now survive interjections and queue edits instead of being dropped - Managed MCP connectors (Slack, Linear, etc.) now appear correctly when using leader mode
2
30
798
Grok Build just got a new update: v0.2.46 It comes with new features and bug fixes: - Mermaid flowcharts now render with fewer avoidable edge crossings - Fixed grok --resume failing on empty image-only session folders left by cross-directory pastes - Fixed pasted images and relative paths using the wrong directory after cross-cwd resume - Fixed Mermaid flowcharts that silently rendered wrong diagrams for & groups, circle/cross endings and self-loops - Fixed zsh tab-completion for subcommands after the optional prompt argument was added - Parallel tool calls on the same path now execute concurrently
3
2
37
816
Grok Build just got a new update: v0.2.45 It comes with a new feature and bug fixes: - Mermaid diagrams now render to images when you click Open in a code block (on by default) - Fixed rare conversation corruption when skills changed while a tool call was still running - Fixed `grok --resume` failing on empty image-only session folders left by cross-directory pastes - Fixed pasted images and relative paths using the wrong directory after resuming a session from another folder - Welcome screen logo no longer renders as invalid characters on legacy Windows command prompts and PowerShell - Fixed "unknown session id" errors that occurred after the leader process crashed or was killed
1
1
61
1,684
Grok Build just got a new update: v0.2.44 It comes with new features and bug fixes: - K/J keys snap the viewport to the top of previous or next assistant responses - J/K vim mode navigates between assistant responses in scrollback - sequenceDiagram mermaid blocks render as Unicode lifeline diagrams instead of source fallback - Interjecting while editing a queued prompt no longer strands the composer or blocks the queue - Mid-turn interjections now appear as separate user messages instead of being appended to tool results - Inference requests recover faster from silent engine stalls instead of waiting the full idle timeout
5
2
63
2,320
Grok Build just got a new update: v0.2.43 It comes with bug fixes: - ask_user_question tool can now be enabled in allowlists without requiring plan-mode tools - Shift Tab mode cycling works again in the agent view - Ctrl C now cancels a blocking grok update cleanly instead of leaving an orphaned download
1
55
2,132
Grok Build just got a new update: v0.2.42 It comes with a bug fix: - MCP servers provided at session start now persist across config hot-reloads.
1
47
1,954
Grok Build just got a new update: v0.2.41 It comes with new features and bug fixes: - Compaction completion message now shows before to after token reduction instead of only the final count - Fixed token count after compaction so the displayed number no longer jumps back up on the next model response - Fixed plugin skill loading when a manifest lists skill directories directly instead of a parent skills/ folder - Fixed memory context injection on resume so the prompt prefix stays byte-stable and KV cache is preserved
1
5
80
2,313
Grok Build just got a new update: v0.2.40 It comes with new features and bug fixes: - grok --debug now produces per-session log files under ~/.grok/debug/ even with a leader process - Doom-loop warnings now correctly describe cycles and distinct edit failures instead of claiming identical arguments - Model list changes from config or cache now appear in already-connected TUI and IDE clients without restart
3
1
55
2,113
Grok Build just got a new update Changelog v0.2.39 It comes with new features and bug fixes: - run_terminal_cmd can stream live stdout/stderr chunks when the workspace flag is enabled. - /session-info now displays the current turn index. - Background & operator is now allowed by default in terminal commands. - Resumed subagents no longer loop forever during auto-compaction on large context windows. - Background task descriptions and & rejection messages now correctly name the real parameters. - Doom-loop detection no longer falsely triggers on distinct failing tool calls.
2
5
80
1,989
Grok Build v0.2.38 is out! 🚀 3 CLI changes Highlights: • Watching status line for background monitors • Default model selection fix • Minor bug fixes Complete details in thread ↓
2
2
62
2,054
Grok Build CLI v0.2.37 changelog ✨ Features: • MCP tool result queries now list only command-line tools actually present on your system. • `grok update` now restarts any older running leader so all clients get the new binary. • Long-running bash commands that hit the timeout are now moved to the background by default instead of killed. 🐛 Bug Fixes: • Subagents now correctly receive web_search and x_search tools from the parent session.
3
247
Grok Build v0.2.36 is out! 🚀 3 CLI changes Highlights: • Correct file extensions for large MCP tool results • No more false alarms for parallel tool failures • Smooth auto-compaction with reasoning content Complete details in thread ↓
2
3
45
1,287
Grok Build CLI v0.2.36 changelog ✨ Features: • Large MCP tool results are now saved with the correct extension and the model receives better hints for querying them. 🐛 Bug Fixes: • Fixed false-positive doom-loop terminations when many parallel tool calls fail together in one batch. • Fixed a crash that could occur during auto-compaction when resuming a session containing reasoning content.
1
1
252
Grok Build v0.2.34 is out! 🚀 2 CLI changes Highlights: • Device code flow for grok login (works in SSH, WSL, VPN) • Fixed hang during auth refresh Complete details in thread ↓
6
10
109
5,493
Grok Build CLI v0.2.34 changelog ✨ Features: • grok login now defaults to device code flow, which works reliably in SSH, WSL, VPN, and browser-restricted environments. 🐛 Bug Fixes: • Fixed a hang during auth refresh.
4
355
Grok Build v0.2.33 is out! 🚀 2 CLI changes Highlights: • Fixed duplicate turn output when attaching a second client • Fixed Send now on queued prompts Complete details in thread ↓
5
6
96
4,750
Grok Build CLI v0.2.33 changelog 🐛 Bug Fixes: • Fixed duplicate turn output when attaching a second client to an active leader session. • Fixed Send now on queued prompts.
1
277