Antigravity CLI v1.1.22
Antigravity CLI v1.1.22 was released on .
Summary
Antigravity CLI 1.1.22 makes switching AI models faster with smart autocomplete and saves your choice automatically, while also fixing performance issues that were unnecessarily draining CPU and improving how the tool handles large batches of files. Plus, several reliability i...
Release Context
- This was the 36th Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 1 day after Antigravity CLI v1.1.21 (August 26, 2026).
Why it matters: Switch models instantly, save as default automatically.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Claude Code v2.1.251 (August 28, 2026)
- Claude Code v2.1.250 (August 27, 2026)
- Claude Code v2.1.248 (August 27, 2026)
- GitHub Copilot CLI v1.0.81 (August 27, 2026)
- OpenAI Codex CLI rust-v0.150.1 (August 27, 2026)
Compare Antigravity CLI: vs Claude Code · vs OpenAI Codex CLI · vs Cursor · vs Gemini CLI · vs Kiro CLI · vs GitHub Copilot CLI · vs Devin Desktop
Release Notes
- Added a /model <name> argument that switches to a model by name, slug or label and saves it as your default in one step, with the rest of the first matching name offered as ghost text while you type; /model on its own still opens the picker, and an unrecognized name prints the valid ones.
- Improved the /effort hint so it completes what you have actually typed instead of always showing a fixed [low|medium|high] placeholder.
- Improved artifact handling in conversations that produce many files by coalescing bursts of filesystem events into a single rescan.
- Fixed selectable reasoning effort for Gemini 3.1 Pro and Gemini 3.5 Flash when you authenticate with a Gemini API key.
- Fixed the interface redrawing continuously while the tasks panel or a subagent detail panel was open with nothing running, which held process CPU near 32% instead of the roughly 10% it now settles at.
- Fixed a running subagent's elapsed timer freezing on screen whenever the parent agent was itself waiting.
- Fixed an HTTP 502 from the model endpoint ending the whole run instead of being retried, so a transient bad gateway is now treated as the temporary outage it is.
- Fixed a self subagent launched from a conversation with no recorded agent configuration re-resolving its setup from scratch and drifting from its parent, most visibly by running interactively when the parent was in autonomous mode.
- Fixed file deletions failing on Windows with a sharing violation while another process still held the file open, which is now retried with backoff for about a second before reporting failure.
- Fixed headless daemon printing an Open in your browser: http://localhost:<port> line in its startup banner, which was never a supported way to connect and, under a service manager, was written to the log on every restart.
- Fixed the built-in migrate-workflows skill assuming POSIX home directories and path separators, so it now resolves and reports paths correctly on Windows.
Other Recent Antigravity CLI Releases
- v1.1.20 (August 25, 2026)
- v1.1.19 (August 22, 2026)
- v1.1.18 (August 22, 2026)
- v1.1.17 (August 20, 2026)
- v1.1.16 (August 20, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic