Antigravity CLI v1.1.1
Antigravity CLI v1.1.1 was released on .
Summary
Antigravity CLI 1.1.1 now lets you pick custom agents at launch and search through artifact details with keyboard shortcuts, while fixing critical issues with error handling and script execution. Pre-approved file writes skip confirmation prompts, and nested subagents are now ...
Release Context
- This was the 15th Antigravity CLI release of 2026 tracked by Havoptic.
- It shipped 2 days after Antigravity CLI v1.1.0 (July 8, 2026).
Why it matters: Skip prompts, use custom agents at launch.
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Claude Code v2.1.207 (July 10, 2026)
- GitHub Copilot CLI v1.0.70 (July 10, 2026)
- Cursor v3.11 (July 10, 2026)
- OpenAI Codex CLI rust-v0.144.1 (July 9, 2026)
- Claude Code v2.1.206 (July 9, 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 the --agent flag and agent/agents subcommand to external builds, allowing users to select a custom agent at launch and list available agents.
- Fixed print mode (--print / -p) silently exiting with a success code and empty output when a request failed server-side, now writing the error to stderr and returning a non-zero exit code.
- Fixed agy -p hanging when run inside a shell script or subprocess by no longer reading stdin when a prompt is provided via a flag.
- Fixed a data race on the /btw cancellation function.
- Added support for displaying nested subagents (grandchild and deeper) and handling tool confirmation requests across all subagent depths by recursively relaying nested subtrajectory updates to the root conversation.
- Changed the default mode to respect writefile permissions allowlisted in settings.json under permission.allow, so pre-approved file writes no longer prompt for review.
- Changed the default name for the newly initialized project to CLI Project for clearer workspace identification.
- Improved the session exit output by placing the resume command on its own line, making it easier to copy and paste in terminals and tools like tmux.
- Fixed interactive /diff viewer defects in Jujutsu (jj) workspaces by correctly prioritizing .jj over .git in colocated repos, fixing commit hash regex boundaries, and correctly highlighting active @ graph nodes.
- Fixed workspace-local hooks defined in <workspace>/.agents/hooks.json not loading after trusting a folder by reloading hooks whenever workspaces change.
- Fixed misaligned markdown tables containing file links in chat output.
Other Recent Antigravity CLI Releases
- v1.1.4 (July 18, 2026)
- v1.1.3 (July 16, 2026)
- v1.0.16 (July 2, 2026)
- v1.0.15 (July 1, 2026)
- v1.0.14 (June 30, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic