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.