Antigravity CLI v1.1.18
Antigravity CLI v1.1.18 was released on .
Summary
Antigravity CLI 1.1.18 now accepts project names instead of just IDs, making it easier to specify which project you're working with. We've also supercharged file path completion to forgive typos and added support for more audio formats like MP3 and WAV. Check out the full chan...
Release Context
- This was the 32nd Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 1 day after Antigravity CLI v1.1.17 (August 20, 2026).
Why it matters: Project names now work with --project flag.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Claude Code v2.1.243 (August 24, 2026)
- OpenAI Codex CLI rust-v0.149.1 (August 24, 2026)
- Claude Code v2.1.241 (August 22, 2026)
- Claude Code v2.1.240 (August 22, 2026)
- Claude Code v2.1.239 (August 21, 2026)
Compare Antigravity CLI: vs Claude Code · vs OpenAI Codex CLI · vs Cursor · vs Gemini CLI · vs Kiro CLI · vs GitHub Copilot CLI · vs Devin Desktop
Release Notes
- Added support for passing a project name to --project, which previously accepted only a project ID and failed on anything else.
- Added item.rename and item.delete keybindings for the conversation picker's rename and delete actions, so f2 and f4 can be rebound in keybindings.json on keyboards without function keys.
- Improved @ file path completion with a typo-tolerant fallback, so a query with a transposed or mistyped character still finds the file; typo matches never outrank exact ones.
- Improved audio attachments by recognizing the standard formats Gemini models accept, including wav, mp3, m4a, aac, flac and opus, which were previously refused as unsupported.
- Improved keystroke responsiveness on Windows by discarding the key-release events the console reports and nothing in the CLI reads, which were roughly doubling the rendering work per keystroke.
- Fixed print mode (-p) exiting successfully with an empty response when the agent state stream was dropped mid-run, which reported a failed turn as a clean success; it now surfaces the stream error and exits non-zero.
- Fixed a valueless prompt flag swallowing the next flag as its prompt, so --print --sandbox 'do the task' no longer runs with the prompt --sandbox and the sandbox off; both that and a stray trailing argument are now errors.
- Fixed /resume opening below the fold instead of on the workspace you are working in, which happened whenever the CLI ran from a subdirectory of that workspace.
- Fixed text losing its styling for the rest of a line after a file link, where the link's own reset also reset the surrounding prose.
- Fixed a stray character appearing in the prompt every couple of seconds on terminals that print the CLI's periodic input-mode re-arming as literal text; the re-arm now happens only inside a terminal multiplexer, which is the only thing that resets those modes behind the CLI's back.
Other Recent Antigravity CLI Releases
- v1.1.21 (August 26, 2026)
- v1.1.20 (August 25, 2026)
- v1.1.16 (August 20, 2026)
- v1.1.15 (August 19, 2026)
- v1.1.14 (August 18, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic