| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agy_cli_windows_x64.zip | 2026-06-03 | 40.7 MB | |
| agy_cli_windows_arm64.zip | 2026-06-03 | 36.9 MB | |
| agy_cli_mac_x64.tar.gz | 2026-06-03 | 41.0 MB | |
| agy_cli_mac_arm64.tar.gz | 2026-06-03 | 37.9 MB | |
| agy_cli_linux_x64.tar.gz | 2026-06-03 | 44.2 MB | |
| agy_cli_linux_arm64.tar.gz | 2026-06-03 | 41.6 MB | |
| 1.0.5 source code.tar.gz | 2026-06-03 | 25.6 MB | |
| 1.0.5 source code.zip | 2026-06-03 | 25.6 MB | |
| README.md | 2026-06-03 | 1.6 kB | |
| Totals: 9 Items | 293.4 MB | 5 | |
- 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.