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 UI footer keybinding hints across all panels (such as /tasks, /agents, /permissions, and /mcp) by replacing hardcoded hint strings with centralized layout helpers that dynamically respect customized global and local keybinding configurations (keybindings.json). - 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 creati
Other Recent Antigravity CLI Releases
- v1.0.15 (July 1, 2026)
- v1.0.14 (June 30, 2026)
- v1.0.13 (June 27, 2026)
- v1.0.12 (June 24, 2026)
- v1.0.11 (June 24, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic