- Added
--modelto set model when launching CLI. Also a newmodelssubcommand to list available models. - Added
/permissionscommand which allows to add/edit/remove permissions rules for each of the three configs above directly inside the CLI. - Allowed opening the Artifact Review panel (shortcut
ctrl+r) while answering pending questions or tool permission confirmations, preserving your current progress when toggling back. - Fixed a bug that metadata was written in the current directory as opposed to
~/.gemini/antigravity-cli/cachewhen running using-p. - Improved statusline layout by merging active tip and artifact status on a single line and truncating with ellipsis on narrow terminals to prevent collisions.
- Improved customization support by allowing directories in the customization manager to be passed as workspace directories, enabling correct trajectory metadata population and
/add-dirsupport. - Added support for
urlinmcp_config.jsonto configure MCP servers directly via a URL. - Improved
/resumeperformance: optimized lazy loading of conversation details, filtered out empty conversations, and added support for scanning SQLite database files (.dband.db-wal). - Improved autocomplete: tab completion for slash commands now resolves to the matched alias instead of the primary command name (e.g.,
/seautocompletes to/settingsinstead of/config). - Integrated the permissioning system with the rest of Antigravity. CLI permissions now merges project level permissions, permissions from user settings shared with Antigravity, and permissions from the CLI
settings.json.