Antigravity CLI v1.2.10
Antigravity CLI v1.2.10 was released on .
Summary
Antigravity CLI 1.2.10 brings a new medium verbosity mode that strikes the perfect balance between detailed logs and clean output, plus faster diagram rendering that eliminates flickering when you zoom. The agent also got smarter about working within sandbox restrictions, mean...
Release Context
- This was the 53rd Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 1 day after Antigravity CLI v1.2.9 (September 23, 2026).
- Antigravity CLI: ships every 1.5 days — 19 releases in the last month.
Why it matters: Faster diagrams render instantly as you open them.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Devin Desktop v3.10.35 (September 24, 2026)
- Gemini CLI v0.61.0 (September 23, 2026)
- Claude Code v2.1.281 (September 23, 2026)
- OpenAI Codex CLI rust-v0.156.1 (September 23, 2026)
- GitHub Copilot CLI v1.0.88 (September 22, 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 · vs Grok Build
Release Notes
- Added medium verbosity mode to /config, between high and low, which groups related tool calls and thoughts into concise summaries (such as Explored N files) while keeping commands and responses visible; the Verbosity setting and each option now describe what they show
- Improved Mermaid diagram and LaTeX rendering in the artifact viewer on Kitty-compatible terminals: artifacts are pre-rendered in the background so diagrams appear as soon as the viewer opens, images are uploaded once at a smaller size, and zooming with Ctrl+= / Ctrl+- no longer flickers between the old and new sizes
- Improved terminal sandbox behavior so the agent asks to bypass the sandbox less often: it now knows sandboxed commands can read and write its own artifact and scratch directories, and it tries the sandbox first even after an earlier command needed a bypass
- Changed the step title of commands that exit with a non-zero code from Errored to Failed
- Changed how directory entries in skills.json, rules.json, agents.json, and plugins.json are scanned: an entry now loads only the items directly inside the directory, the same as a .agents/skills/ folder, instead of recursively loading everything beneath it; to load a nested item, name it in includeonly, for example {"path": "sharedskills", "includeonly": ["category/my-skill"]}
- Fixed pressing Esc while the suggestions dropdown is open interrupting the agent's turn; it now closes the dropdown, and a second Esc interrupts
- Fixed Mermaid diagrams and LaTeX leaving a blank gap inside tmux or GNU screen when the outer terminal supports Kitty graphics; the CLI now falls back to ASCII diagrams unless images actually reach the terminal, and CLIGRAPHICS=kitty still forces image mode for setups with image passthrough configured
- Fixed headless (-p / --prompt) runs that streamed part of a response and then ended on a model or agent error exiting with code 0; they now exit with code 3 and print the AGYERROR line, and JSON error output includes the partial response, while multi-turn stream-json sessions still warn and continue
- Fixed machines set up with the old Remote Control installer script crash-looping after an upgrade; when the CLI is launched by that deprecated background service it now unregisters the service and points to remote-control start instead of restarting repeatedly
- Fixed files that subagents write inside their own Git worktree being treated as artifacts, which demanded artifact metadata and left .metadata.json files in the worktree; subagent worktrees now live under a worktrees/ directory in the app data directory
Other Recent Antigravity CLI Releases
- v1.2.8 (September 22, 2026)
- v1.2.7 (September 19, 2026)
- v1.2.6 (September 18, 2026)
- v1.2.5 (September 17, 2026)
- v1.2.4 (September 16, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic