Antigravity CLI v1.1.0
Antigravity CLI v1.1.0 was released on .
Summary
Antigravity CLI 1.1.0 brings new execution modes that let you review code changes line-by-line before they're saved, plus a settings panel to customize your default behavior without manual configuration. You can now cycle through execution modes with a keyboard shortcut and se...
Release Notes
- Agent execution mode cycling is now publicly available: default -> accept-edits -> plan)
- Added request-review (default) mode as the default execution behavior: automatically pauses before file write operations to display an interactive, line-level diff preview (f shortcut) where users can review, accept, or reject individual code modifications before they are saved to disk.
- Added an Agent Mode option to the /settings panel so users can set and persist a default execution mode (default, accept-edits, plan) without manually editing settings.json or passing --mode on startup, with real-time synchronization so changes take effect immediately.
- Added a dedicated "Create file" confirmation preview for new file creations (writetofile without overwrite): renders new content as an addition-only diff preview.
- Added /plan mode to replace legacy /planning, and removed /fast slash commands: consolidated and simplified execution mode switching around shift+tab mode cycling and the /plan mode prefix
- Improved file-edit diff preview rendering: computed accurate line-level diffs with context lines (3 lines) and hunk separators, capped inline preview height with truncation hints, and added a comment confirmation prompt when exiting the diff view with unsent comments.
- Improved the multiline conversation rename view in the /resume picker by dynamically adjusting input box width and padding, and right-aligning metadata columns (workspace, steps, time) on the top line to prevent horizontal scrolling or layout shifts during active renaming.
- Fixed the tool confirmation dialog to accurately check normalized file URIs against active workspace directories, resolving an issue where valid in-workspace file creations and reads were incorrectly flagged with an "Reason: outside workspace" warning.
- Fixed workspace initialization failures when launching the CLI inside dot-prefixed directories (such as .parentdir/project ) by scoping path exclusion filters strictly to relative paths inside the workspace rather than rejecting dot-prefixed ancestor directories.
- Fixed the /agents view header displaying agent.json instead of agent.md when creating new subagents.
- Fixed the /agents panel's "Create New Agents" section displaying the wrong global configuration directory (~/.gemini/antigravity-cli/ instead of ~/.gemini/config/), ensuring users create global subagents in the location actively scanned during startup discovery.
- Fixed statusline shortcut hints (? for shortcuts) and redundant escape hints (Esc to cancel) erroneously appearing inside full-screen overlay panels (such as /changelog, /artifact, /bug, and /settings) by correctly tracking overlay panel states.
- Fixed inconsistent timestamp formatting in the /tasks panel and task detail views by converting agent-initiated background task timestamps (time.Time) from UTC to the local timezone.
Other Recent Antigravity CLI Releases
- v1.1.2 (July 13, 2026)
- v1.0.15 (July 1, 2026)
- v1.0.14 (June 30, 2026)
- v1.0.13 (June 27, 2026)
- v1.0.12 (June 24, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic