Grok Build, xAI's terminal-native coding agent, is shipping updates at a pace that would exhaust most teams. Version 0.2.7 landed with a focused set of quality-of-life improvements that address real friction points for anyone running multi-agent workflows in the CLI. Since its beta launch just weeks ago, the tool has already accumulated dozens of version bumps -- and 0.2.7 is one of the more practically useful ones.

What actually shipped in 0.2.7

The headline features are small but meaningful for daily use:

  • /usage command -- a new slash command that lets you inspect token and credit consumption directly from inside the TUI (the terminal user interface, Grok Build's fullscreen interactive shell). No more guessing how much of your context budget you've burned mid-session.
  • /login command -- you can now re-authenticate from inside the TUI without exiting your session. Useful for headless environments or when tokens expire mid-task.
  • Shared terminal backend across subagents -- the terminal backend, scheduler, and monitor are now shared across all subagent sessions. Previously, each subagent spun up its own isolated terminal state, which created coordination overhead.
  • Image pipeline improvements -- base64-encoded images in read_file tool calls are now stripped and passed as proper multimodal vision tokens instead of raw strings, fixing truncation bugs and improving how the model actually sees images.
Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves