Antigravity CLI v1.1.2
Antigravity CLI v1.1.2 was released on .
Summary
Antigravity CLI 1.1.2 makes reviewing new files faster with full-diff shortcuts and fixes a major slowdown that was causing lag on large conversations. We've also improved OAuth handling in automated workflows and made permission checks work correctly with nested commands, plu...
Release Notes
- Added an f (full diff) shortcut to the create-file tool review screen so new-file confirmations can open a full-screen diff view, matching the existing file-edit experience.
- Improved responsiveness on large conversations (5000+ steps) in no flickering mode by switching hot-path line-count methods to pointer receivers, cutting the per-frame prefix-sum cost and eliminating sustained 99% CPU and keystroke lag.
- Fixed print mode silently downgrading to the default model when --model cannot be resolved by hard-failing with a non-zero exit and listing the available models, while interactive sessions keep the fallback-with-warning behavior.
- Fixed permission checks not respecting the allowlist for nested command substitutions, so a command like echo "$(dirname $(git rev-parse --show-toplevel))" now runs without prompting when echo and git are allowlisted, instead of double-counting the nested command and prompting for review.
- Fixed the CLI keybindings file staying out of sync with /keybindings when new default bindings are introduced by persisting the injected defaults while preserving user overrides.
- Fixed garbled builtin tool headers such as CodeSearch(4 files found...) by mapping generic tool steps back to clean summaries like Read(/path) and CodeSearch(query).
- Fixed mcp manager failing to resolve tool schema paths in standalone mode and leaking MCP server subprocesses after shutdown, which previously caused panics and cleanup failures for custom agents loading MCP tools.
- Fixed a data race and copy-on-write violation when updating subagent states by cloning their stats before in-place mutation, preventing corrupted step counts and status for parallel subagents.
Other Recent Antigravity CLI Releases
- v1.1.0 (July 8, 2026)
- v1.0.16 (July 2, 2026)
- v1.0.15 (July 1, 2026)
- v1.0.14 (June 30, 2026)
- v1.0.13 (June 27, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic