Antigravity CLI v1.0.13
Antigravity CLI v1.0.13 was released on .
Summary
- Fixed a bug where the CLI would temporarily render skill commands without their slash prefix during optimistic updates by deferring prefix stripping to the serialization boundary, ensuring the UI...
Release Context
- This was the 10th Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 2 days after Antigravity CLI v1.0.12 (June 24, 2026).
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Cursor v3.10 (June 30, 2026)
- Claude Code v2.1.196 (June 29, 2026)
- OpenAI Codex CLI rust-v0.142.4 (June 29, 2026)
- OpenAI Codex CLI rust-v0.142.3 (June 26, 2026)
- Claude Code v2.1.195 (June 26, 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
- Fixed a bug where the CLI would temporarily render skill commands without their slash prefix during optimistic updates by deferring prefix stripping to the serialization boundary, ensuring the UI always displays exactly what the user typed.
- Fixed a redundant CLI exit message by removing the "Resume in the same project" hint line, leaving only the standard resume command to simplify exit output.
- Resolved bugs during UI transitions (such as opening subagent details or logging out) by introducing a unified synchronization mechanism that prevents key lockups and ensures overlay panels like the /help view are properly reset.
- Improved command permission security by making "Always Approve" rule matching strict (non-regex) by default, while allowing users to explicitly opt-in to regex matching by prepending rules with regex:.
- Improved command permission usability by relaxing redirection checks, allowing safe commands with output redirection (e.g., tool > file) to match without requiring strict full-command approval.
- Fixed a bug in the CLI prompt editor where undo and redo history stacks could become desynchronized during rapid mutations by decoupling the history state into a unified, pointer-backed structure.
Other Recent Antigravity CLI Releases
- v1.1.4 (July 18, 2026)
- v1.1.3 (July 16, 2026)
- v1.1.2 (July 13, 2026)
- v1.1.1 (July 10, 2026)
- v1.1.0 (July 8, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic