Grok Build v0.2.117 Changelog
What changed in Grok Build CLI v0.2.117, released 2026-07-30 โ explained in plain English.
- Added a way to connect securely to private networks.
- Fixed several bugs with stopping tasks and getting their results much faster.
- Stopped the app from accidentally starting a job when you just meant to approve a plan.
- Made the app run much smoother during long, full-screen chats.
Want a heads-up when Grok Build updates?
We email you the moment a new Grok Build version drops โ plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
This update is all about making the app play nicer with custom security setups and fixing annoying bugs. It mostly matters to developers and businesses using the tool for complex, multi-step tasks, especially those who need it to connect securely to private company networks.
What's new
- Custom security certificates: You can now use a setting called
GROK_EXTRA_CA_BUNDLEto add custom TLS root certificates. In plain English, this lets the app connect securely to private company networks or internal systems that use their own custom security checks, rather than just public internet security.
Improvements
- Faster screen resizing: If you're using the app in full-screen mode for a really long conversation, resizing your terminal window is now much faster and won't lag.
Fixes
- Stopping background tasks: Previously, when you told the app to stop, some hidden "subagents" (smaller background programs doing work from earlier steps) would keep running in the background. Now, the stop command actually shuts them all down.
- Better task reporting: When using ACP (a specific type of network connection), if you tried to kill a task that didn't exist, the system wouldn't tell you. It now correctly reports that the task is missing.
- Faster task results: When checking on a task that was already finished over an ACP connection, the app used to awkwardly wait around until the timer ran out. Now, it gives you the finished results instantly.
- Hidden billing info: For large enterprise users, the
/usagecommand and billing screen are now hidden, since those accounts usually handle billing differently. - Accidental launches fixed: In "revise mode" (where you're reviewing a plan), if you pressed the Enter key without typing any notes, it used to accidentally start the whole build process. It now safely waits for you to actually type something.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to Grok Build v0.2.117 by running:
curl -fsSL https://x.ai/cli/install.sh | bash
This is our plain-language summary. Read the complete, official notes on the Grok Build official changelog โ.
