Grok CLI v1.1.1 Changelog
What changed in Grok CLI v1.1.1, released 2026-04-01 β explained in plain English.
- Safer Automated Testing: Introduces sandboxed testing and browser smoke checks to verify code and prevent crashes before updates go live.
- Headless Batch Mode: Allows running large groups of tasks quietly in the background without a visual interface, ideal for server automation.
- No Breaking Changes: This update contains no breaking changes, ensuring a smooth transition.
Want a heads-up when Grok CLI updates?
We email you the moment a new Grok CLI 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 Grok command-line tool (CLI) more reliable and easier to run automatically in the background. It introduces smarter, safer ways to test the code and a new way to run multiple tasks at once without needing a visual screen. This matters most to developers who use Grok to automate their work and want to make sure everything runs smoothly without manual supervision.
What's new
- Safer, automated testing (Sandboxed & Smoke Tests): The tool now has a built-in "verify" process. Before updates go live, it automatically tests the code in a "sandbox" (a safe, isolated environment where mistakes won't hurt anything else). It also runs "browser smoke checks"βwhich are quick, basic tests to make sure the web browser part of the tool actually opens and doesn't immediately crash (or "start smoking") when turned on.
- Batch mode for "headless" runs: You can now run Grok in "headless" mode (running quietly in the background without popping up a visual window or user interface) to process a "batch" (a large group of tasks) all at once. This is perfect for running big jobs automatically on a server.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to Grok CLI v1.1.1 by running:
npm install -g @vibe-kit/grok-cli
This is our plain-language summary. Read the complete, official notes on the Grok CLI official changelog β.
