Antigravity CLI v1.1.8
Antigravity CLI v1.1.8 was released on .
Summary
Antigravity CLI 1.1.8 makes it easy to integrate the tool into automated workflows with structured output formats—JSON and streaming JSON—so scripts and CI systems can consume results programmatically instead of parsing text. You'll also get detailed insights into tool calls a...
Release Context
- This was the 22nd Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 2 days after Antigravity CLI v1.1.7 (July 26, 2026).
Why it matters: Parse CLI output as JSON in CI pipelines.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- GitHub Copilot CLI v1.0.77 (July 30, 2026)
- GitHub Copilot CLI v1.0.76 (July 30, 2026)
- OpenAI Codex CLI rust-v0.146.0 (July 29, 2026)
- Devin Desktop v3.6.22 (July 29, 2026)
- Devin Desktop v3.6.21 (July 29, 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
- Print mode (-p / --print) now supports structured, machine-readable output via the --output-format flag (text (default), json, or stream-json), so headless runs in CI, eval harnesses, and scripts can consume the CLI's output programmatically; these flags are now discoverable in --help.
- Added the stream-json output format: a strongly-typed NDJSON event stream that emits typed init, stepupdate, and terminal result events with a stable, closed-vocabulary steptype discriminator, so consumers receive progress incrementally instead of waiting for the whole run to finish.
- Added the --json-schema flag to enforce a custom JSON schema on the structured output, accepting either an inline schema string or a path to a schema file; for stream-json the schema applies to the final result event.
- Enriched the structured stream with a toolinfo object for each tool call (canonical tool name, parameters, and output) and a subagentinfo payload for delegated subagents (including conversationid and loguri) so consumers can correlate child trajectories.
- The JSON usage object emitted by json and stream-json now reports token accounting including cachereadtokens, so non-interactive consumers can attribute prompt-cache hits.
- Added a copyOnSelect setting (default on, toggleable in /settings) that controls whether releasing a mouse text-selection auto-copies it to the system clipboard in the TUI's altscreen rendering mode; disable it to stop the automatic copy on release — useful when the auto-copy is unwanted or corrupts certain payloads.
- Improved compound-command permissions so an exact chained command (such as git fetch && git rebase) can be saved as an allow-always rule and no longer re-prompts on the next identical run.
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.10 (August 3, 2026)
- v1.1.6 (July 24, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic