Antigravity CLI v1.1.9
Antigravity CLI v1.1.9 was released on .
Summary
Antigravity CLI 1.1.9 now executes skills directly in print mode instead of treating them as text, and intelligently loads background servers so interactive sessions stay responsive without sacrificing the full toolset for scripted runs. Permission patterns are now remembered ...
Release Context
- This was the 23rd Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 3 days after Antigravity CLI v1.1.8 (July 28, 2026).
Why it matters: Slash commands now work in headless mode scripts.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Devin Desktop v3.6.27 (August 1, 2026)
- Gemini CLI v0.53.1 (July 31, 2026)
- Kiro CLI v2.16.0 (July 31, 2026)
- GitHub Copilot CLI v1.0.77 (July 30, 2026)
- GitHub Copilot CLI v1.0.76 (July 30, 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 slash-command and skill expansion to print mode, so a headless run such as -p "/my-skill review this diff" now resolves and applies the skill instead of sending it as literal text, with --disable-slash-commands to opt out.
- Improved interactive startup so a slow or hanging MCP server no longer stalls the first agent turn, loading MCP servers in the background for the interactive session while headless and one-shot runs keep blocking so their single scripted turn still sees the full toolset.
- Improved permission grants so a pattern approved at a prompt is recorded for the rest of the conversation, letting later commands that match it run without prompting again.
- Improved the default system temporary-directory grant to cover writes as well as reads, so agents no longer trigger a permission prompt when creating or updating files there.
- Fixed stop hooks that always block hanging the agent forever; after a configurable number of consecutive continuations, the hook can no longer block and the turn ends normally.
- Fixed PostToolUse hooks firing on non-tool steps such as user input and model responses, which also caused them to ignore their configured matchers.
- Fixed slash commands not being recognized when separated from their arguments by a newline or tab, so a prompt starting with a command followed by a newline is now parsed as a command instead of being sent verbatim.
- Fixed deleting into a collapsed paste placeholder removing one character at a time, which left a visible fragment in the prompt while the full pasted content was still submitted; the block is now deleted atomically.
- Fixed the artifact viewer losing syntax highlighting when returning from the editor view, and returning to the wrong panel when exiting the artifact detail view.
- Fixed the headless stream-json init event advertising tools that are not available in your build.
- Fixed MCP servers forcing a full re-authentication after a dropped connection.
Other Recent Antigravity CLI Releases
- v1.1.13 (August 14, 2026)
- v1.1.12 (August 11, 2026)
- v1.1.11 (August 7, 2026)
- v1.1.7 (July 26, 2026)
- v1.1.6 (July 24, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic