Grok Build
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive
Grok Build is a terminal-based AI coding agent that operates through a full-screen text interface. It can inspect repositories, edit files, run shell commands, search the web, and coordinate longer development tasks. Users can work interactively, invoke it headlessly in scripts or CI, or connect it to editors through the Agent Client Protocol. The Rust codebase includes separate components for the interface, agent runtime, tools, workspace control, configuration, and sandboxing. It also...