Skip to content
Assistants/Google Antigravity

Google Antigravity

Google · agent platform · freemium

Google’s agentic development platform for the agent-first era: Antigravity 2.0 (agent command center), Antigravity IDE, Antigravity CLI, and SDK — multi-agent orchestration, scheduled tasks, and Gemini-powered workflows. Successor path for Gemini CLI / Code Assist users.

agentideclisdkgooglegeminiantigravity
Is this coverage useful?

Helps prioritize which assistants and sources we maintain. Anonymous · one vote per visitor.

Config files Google Antigravity has changed

Config you own — hooks, permission rules, MCP servers, settings — that releases below state a change to. Counted from the release notes we track, newest change first. How a harness is layered.

background and headless runs8 changes · 27 releases touched it · latest Sep 9, 2026 · 1.1.28 ↗
permission rules8 changes · 19 releases touched it · latest Aug 26, 2026 · 1.1.21 ↗
MCP server config6 changes · 16 releases touched it · latest Aug 20, 2026 · 1.1.17 ↗
skills and plugins3 changes · 19 releases touched it · latest Aug 18, 2026 · 1.1.14 ↗
settings files3 changes · 18 releases touched it · latest Aug 20, 2026 · 1.1.16 ↗
subagent definitions2 changes · 20 releases touched it · latest Aug 18, 2026 · 1.1.14 ↗
sandbox settings1 change · 14 releases touched it · latest Aug 22, 2026 · 1.1.18 ↗
hooks1 change · 8 releases touched it · latest Jul 10, 2026 · 1.1.1 ↗
slash commands1 change · 7 releases touched it · latest Jul 8, 2026 · 1.1.0 ↗
context and compaction settings1 change · 3 releases touched it · latest Aug 14, 2026 · 1.1.13 ↗

Release signals

Google Antigravity1.1.28Sep 9, 2026

Improved resilience to transient model API errors: the agent now retries errors such as `503 Unavailable` for much longer with exponential backoff, so a brief service hiccup no longer aborts your session.

  • Improved sign-in and startup speed by reading your signed-in identity from the stored credential instead of making a network request on every launch and after browser consent; a failed identity lookup no longer prevents sign-in from completing, and the displayed plan tier no longer briefly disappears during startup.
  • +14 more changes
Read the full release note
  • Improved resilience to transient model API errors: the agent now retries errors such as 503 Unavailable for much longer with exponential backoff, so a brief service hiccup no longer aborts your session.
  • Improved sign-in and startup speed by reading your signed-in identity from the stored credential instead of making a network request on every launch and after browser consent; a failed identity lookup no longer prevents sign-in from completing, and the displayed plan tier no longer briefly disappears during startup.
  • Improved headless (-p) runs to exit promptly once the final answer is delivered: the CLI waits for running background tasks and scheduled timers to finish, bound by --print-timeout, and leaves daemon background tasks such as dev servers running instead of terminating them.
  • Improved failure reporting in headless (-p) runs: fatal errors now appear on stderr with a stable error: marker, a note is printed when the response may be truncated, and runs that previously ended silently with no output now explain why.

Excerpt ends here — this release continues at the source ↗.

Primary source ↗
Google Antigravity1.1.27Sep 5, 2026

Added `/model <name> <prompt>`, which runs a single prompt on another model and then returns the session to the model it was using, so you can consult a different model mid-conversation without disturbing your saved default.

  • Added a `conversation_title` field to the JSON payload passed to custom status line and window title scripts, so they can show the active conversation's name and pick up renames immediately.
  • +11 more changes
Read the full release note
  • Added /model <name> <prompt>, which runs a single prompt on another model and then returns the session to the model it was using, so you can consult a different model mid-conversation without disturbing your saved default.
  • Added a conversation_title field to the JSON payload passed to custom status line and window title scripts, so they can show the active conversation's name and pick up renames immediately.
  • Added an agents list to custom agent Markdown frontmatter, letting an agent declare the subagents it depends on using the same workspace-relative, absolute, and agent-relative path rules as skills.
  • Improved /model to show a [model] argument hint as you type, so the command's arguments are discoverable without opening help.
  • Improved the /settings panel so each Verbosity option explains itself as you highlight it, describing whether tool calls, commands, and thoughts are shown in full or collapsed into a token metrics table.
  • Improved the sign-in and Google Cloud setup screens to use the CLI's standard styled key hints, which follow your color scheme and keybindings and drop the navigation hint when only one option is available.

Excerpt ends here — this release continues at the source ↗.

Primary source ↗
Google Antigravity1.1.26Sep 4, 2026

Added half-page scrolling with `Ctrl+D` and `Ctrl+U` to the artifact viewer.

  • Added the `pickerGrouping` setting to `/config` and `settings.json` to configure the default conversation list view in `/resume` (flat or grouped by workspace).
  • Improved terminal ASCII diagram rendering for Mermaid flowcharts in the artifact viewer and conversation.
  • Improved `/logout` execution time by short-circuiting token removal directly to file storage when keyring storage is bypassed or unreachable.
  • +5 more changes
Read the full release note
  • Added half-page scrolling with Ctrl+D and Ctrl+U to the artifact viewer.
  • Added the pickerGrouping setting to /config and settings.json to configure the default conversation list view in /resume (flat or grouped by workspace).
  • Improved terminal ASCII diagram rendering for Mermaid flowcharts in the artifact viewer and conversation.
  • Improved /logout execution time by short-circuiting token removal directly to file storage when keyring storage is bypassed or unreachable.
  • Changed unselected model families in the interactive /model picker to default to medium reasoning effort instead of low.
  • Fixed subagent tasks unexpectedly prompting for tool approval in always-proceed mode while viewing the subagent details panel.
  • Fixed orphaned Git worktrees accumulating on disk under .system_generated/worktrees when killing subagents or deleting conversations.
  • Fixed SQLite database WAL checkpointing on CLI exit so trailing session metadata updates are flushed to disk before shutdown.
  • Fixed customization discovery logging spurious errors when accessing temporary directories or paths outside the active workspace.
Primary source ↗
Google Antigravity1.1.25Sep 3, 2026

Added an opt-in workspace-grouped view to the `/resume` conversation picker, allowing users to toggle between a flat list and conversations grouped by directory with `Ctrl+F`.

  • Added Gemini 3.8 Flash to the model catalog when connecting with a `GEMINI_API_KEY`.
  • Changed custom agents defined in Markdown to inherit ambient skills, rules, and subagents by default, matching the configuration of default agents.
  • Fixed MCP OAuth authentication failing when authorization servers return authorization codes longer than 1024 characters.
  • +6 more changes
Read the full release note
  • Added an opt-in workspace-grouped view to the /resume conversation picker, allowing users to toggle between a flat list and conversations grouped by directory with Ctrl+F.
  • Added Gemini 3.8 Flash to the model catalog when connecting with a GEMINI_API_KEY.
  • Changed custom agents defined in Markdown to inherit ambient skills, rules, and subagents by default, matching the configuration of default agents.
  • Fixed MCP OAuth authentication failing when authorization servers return authorization codes longer than 1024 characters.
  • Fixed skill path matching and grouping in the /skills panel on Windows where host path separators (``) caused global and workspace skills to be misclassified.
  • Fixed relative path resolution in Markdown-defined custom agents so relative subagent and plugin paths resolve correctly against the agent definition's directory.
  • Fixed duplicate permission grants accumulating in configuration settings across session reloads and subagent invocations.
  • Fixed /boost failing at runtime by improving worker tool configurations.

Excerpt ends here — this release continues at the source ↗.

Primary source ↗
Google Antigravityv2.12.2Sep 3, 2026

2.12.2 September 3, 2026 Gemini 3.8 Flash using ADC in AGY Enterprise Antigravity 2.12.2 enables enterprise users to access Google's flagship Gemini 3.8 Flash reasoning models using ADC.

  • Improvements (1) Enterprise users can now select and use Gemini 3.8 Flash via ADC for agentic tasks.
  • Fixes (0) Patches (0)
  • 2.12.0 September 2, 2026 Quoting, /boost, and improved Settings Antigravity 2.12.0 includes several UX improvements across settings, the chat panel, and sidebar navigation.
  • This release also includes a new slash command for paid users.
  • +14 more changes
Read the full release note

2.12.2 September 3, 2026 Gemini 3.8 Flash using ADC in AGY Enterprise Antigravity 2.12.2 enables enterprise users to access Google's flagship Gemini 3.8 Flash reasoning models using ADC. Improvements (1) Enterprise users can now select and use Gemini 3.8 Flash via ADC for agentic tasks. Fixes (0) Patches (0) 2.12.0 September 2, 2026 Quoting, /boost, and improved Settings Antigravity 2.12.0 includes several UX improvements across settings, the chat panel, and sidebar navigation. This release also includes a new slash command for paid users. Improvements (7) You can now highlight portions of Antigravity responses to quote as context for follow-up prompts. Introduced the /boost slash command to enhance thinking effort by using a multi-agent reasoning pipeline. General Settings now shows which of your projects override a setting, with a link to jump straight to that project's settings, and opening Settings opens the active project's settings when overrides are present. Terminal split layouts are now preserved across window reloads. The side question panel now has back and forward controls for stepping through the questions you have asked in a session. You can now send a message with

Excerpt ends here — this release continues at the source ↗.

Primary source ↗
Google Antigravity2.12.0Sep 3, 2026

Quoting, /boost, and improved Settings

Primary source ↗
Google Antigravity2.10.0Aug 25, 2026

Embedded Terminals, Git Version Control, and Audio Attachments

Primary source ↗
Google Antigravity2.9.1Aug 21, 2026

Remote Control, faster project switching, and more

Faster project switching, redesigned Customizations settings, and bug fixesPrimary source ↗
Google Antigravity2.8.0Aug 13, 2026

Persistent Sidebar Folders, Crash Fixes, and UI Enhancements

Primary source ↗
Google Antigravity2.7.1Aug 11, 2026

Reliability, Performance Gains, and User Experience Polish

Primary source ↗
Google Antigravity2.6.0Aug 7, 2026

Faster long conversations, more reliable hooks and subagents

Primary source ↗
Google Antigravity2.5.0Aug 4, 2026

Enterprise sign-in: Gemini Enterprise accounts and Workforce Identity Federation

Primary source ↗
Google Antigravity2.4.3Jul 29, 2026

Preview tabs, MCP timeouts, file attachments, and performance fixes

Primary source ↗

Polled sources

[official-releases] Antigravity Releases

html · every 120m

https://antigravity.google/releases

[official-changelog] Antigravity Changelog

html · every 60m

https://antigravity.google/changelog

[cli-github-releases] Antigravity CLI GitHub Releases

github_releases · every 60m

https://github.com/google-antigravity/antigravity-cli/releases

[cli-changelog-md] Antigravity CLI CHANGELOG.md

markdown_changelog · every 120m

https://raw.githubusercontent.com/google-antigravity/antigravity-cli/main/CHANGELOG.md