Redirecting from /blog/introducing-google-antigravity-2-0/ to /blog/introducing-google-antigravity-2
Redirecting from /blog/introducing-google-antigravity-2-0/ to /blog/introducing-google-antigravity-2
Primary source ↗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.
Helps prioritize which assistants and sources we maintain. Anonymous · one vote per visitor.
Redirecting from /blog/introducing-google-antigravity-2-0/ to /blog/introducing-google-antigravity-2
Primary source ↗Initial release of the Antigravity CLI.
Primary source ↗Fixed OAuth token persistence and authentication hangs. Fixed Windows log redirection and resizing issues. Resolved a critical bug where logs were not redirected correctly on Windows, which previously caused the terminal to swallow window resize events and shut down slowly. Added `proceed-in-sandbox` tool permission mode. Auto-approves terminal commands that run inside the secure sandbox, requesti
Primary source ↗Added `AGY_CLI_HIDE_ACCOUNT_INFO` environment variable to hide email and plan tier from the header. Fixed timeout overrides: restricted the default 60-second interaction timeout specifically to subagents, preventing the main agent from being unconditionally capped. Fixed a nil-pointer panic in Sandbox Mode: resolved a typed nil interface comparison when fetching URL content.
Primary source ↗Added support for G1 credits in the Antigravity CLI. Users can now utilize G1 credits when their standard quota runs out. This includes a new `UseG1Credits` setting to enable automatic credit usage and a real-time display of remaining credits in the status bar. Added a new `/credits` panel that provides an in-CLI interface with a direct link to purchase additional G1 credits. Fixed an infinite loo
Primary source ↗Added SQLite (.db) conversation support and will be CLI’s conversation format. Fixed a bug when importing SQLite conversation from Antigravity 2.0 to CLI. Added LaTeX math rendering, enabling the CLI to display beautiful mathematical formulas directly in the terminal viewport. Set `AGY_CLI_DISABLE_LATEX` environment variable to turn off LaTeX rendering globally if desired. Decoupled project discov
Primary source ↗Added `--model` to set model when launching CLI. Also a new `models` subcommand to list available models. Added `/permissions` command which allows to add/edit/remove permissions rules for each of the three configs above directly inside the CLI. Allowed opening the Artifact Review panel (shortcut `ctrl+r`) while answering pending questions or tool permission confirmations, preserving your current
Primary source ↗Added shell-style path auto-completion for `/open` and `/add-dir`. Added optimistic rendering for user chat prompt submissions, injecting messages immediately into the viewport to eliminate perceived input lag. Added fuzzy and partial substring matching across slash commands. E.g. `/el` -> shows `/help` and `/model` while previous no suggested completions.
Primary source ↗Added a configurable timeout for launching MCP servers, allowing users to specify a custom timeout or set it to `-1` to disable the timeout completely. Revamped the artifact viewer gutter numbering and line mapping to accurately align terminal viewport lines with actual 1-based source file line numbers, including support for wrapped lines and collapsed Mermaid diagrams. Fixed a bug where the CLI c
Primary source ↗Added support for capturing slash command history, allowing users to use the up arrow to replay previously entered slash commands. Redesigned the "Models & Quota" page (enabled by default, replacing the legacy usage page) to gracefully handle disabled quota buckets by displaying a dimmed "Disabled" status and omitting the progress bar. Added display of quota usage and execution mode in the status
Primary source ↗Added submodule support for plugins installation. External plugin installation now automatically resolves and initializes Git submodules. Optimized customizations permissions: Automatically grants read-only access to the builtin customizations directory, eliminating redundant permission prompts on startup. Improved glamour parser error handling (like nested checkboxes inside list emphasis) and pre
Primary source ↗Improved compatibility with a broader set of ARM64 devices (e.g. raspberry pi 4b). Added `antigravity_guide` builtin skill to provide instant, in-context reference guides for the Antigravity 2.0, CLI, IDE, and SDK. Improved commit history navigation: scrolling now immediately loads and displays changed files and diffs.
Primary source ↗Added `ctrl+c` as an exit and interrupt key: the first press cancels active agent operations (like streaming responses), and a double-press triggers the exit flow. Also added a dynamic exit hint in the status line. Fixed `ctrl+d` behavior to act as a forward-delete when the input prompt contains text, only triggering the exit flow when the prompt is empty. Improved `/resume` loading performance by
Primary source ↗Added support for `--project` and `--new-project` launch flags to allow users to explicitly set or create projects, and updated the project resolution logic to default regardless of the active workspace. Added a confirmation prompt when pressing `Esc` in comment mode with unsaved modifications to prevent users from accidentally discarding their work in review views. Added dynamic OSC8 terminal hyp
Primary source ↗Fixed a bug where the CLI would temporarily render skill commands without their slash prefix during optimistic updates by deferring prefix stripping to the serialization boundary, ensuring the UI always displays exactly what the user typed. Fixed a redundant CLI exit message by removing the "Resume in the same project" hint line, leaving only the standard resume command to simplify exit output. Re
Primary source ↗Allowed image pasting from the clipboard in local tmux sessions. Removed the max limit for the `/goal` command, allowing goals to run indefinitely until completed or cancelled. Enabled "always proceeds" mode for subagents to auto approve artifacts, preventing them from hanging when the parent is blocked.
Primary source ↗Introduced a new interactive status indicator below the input box that displays active subagents and background tasks in real-time, making it easy to monitor and navigate parallel workflows at a glance. Added `ctrl+g` on the artifact view to open $EDITOR. Also added a warning confirmation prompt before opening the editor in the artifact detail view if there are unsent comments, and ensured these c
Primary source ↗Improved the `/tasks` detail panel to automatically scroll to the bottom as new background task logs stream in, and default to the latest output when opened while preserving scroll position if scrolled up manually. Improved model generation resilience by adding automatic client-side retries when encountering transient errors. Fixed dynamically defined subagents by transitioning definitions from JS
Primary source ↗Agent execution mode cycling is now publicly available: `default` -> `accept-edits` -> `plan`) Added `request-review` (default) mode as the default execution behavior: automatically pauses before file write operations to display an interactive, line-level diff preview (`f` shortcut) where users can review, accept, or reject individual code modifications before they are saved to disk. Added an `Age
Primary source ↗Added the `--agent` flag and `agent/agents` subcommand, allowing users to select a custom agent at launch and list available agents. Added in-file keyword search (`/`) and jump navigation (`n/N`) to the artifact detail viewer, allowing users to find and cycle through matches without disrupting terminal escape sequences or image grids. Fixed print mode (`--print` / `-p`) silently exiting with a suc
Primary source ↗Added an `f` (full diff) shortcut to the create-file tool review screen so new-file confirmations can open a full-screen diff view, matching the existing file-edit experience. Added support for pasting the OAuth authorization code in print mode (-p) via the controlling terminal (/dev/tty on POSIX and CONIN$ on Windows) when stdin is consumed by a piped prompt, and made truly headless runs fail fas
Primary source ↗Added a `/codesearch` command (aliases `/cs` and `/search`) to interactively search code across your workspace, interpreting queries as regex by default with `-F`/`--literal` for exact matching and `f:`/`file:` globs to include or exclude paths. Added copy-on-select in no-flickering mode so dragging highlights text and releasing the mouse copies the ANSI-stripped selection to the clipboard, and hi
Primary source ↗Added a `/effort` command to view and change the current model's reasoning effort, with a left/right timeline-gauge picker and a direct `/effort <level>` form so you can trade latency for depth on the fly. Added an `--effort` flag to select a model's reasoning-effort variant when launching the CLI. Added stable, user-facing model slugs that appear in the `/model` picker and are accepted by `--mode
Primary source ↗Custom Agents (Markdown Format). Added support for defining custom agents using Markdown files (`agent.md`) with YAML frontmatter and H1-delimited system prompts. Markdown agents support `mainAgent`, `subagent`, `hidden`, `inheritMcp`, and `commandExecutionPolicy` frontmatter fields for fine-grained control over agent behavior. Dynamically defined subagents (via `define_subagent`) now also write M
Primary source ↗Improved permission prompts for compound shell commands so the full command is shown when any part of it needs approval. Fixed disabled plugins still running their hooks and contributing other customizations, which could keep a broken hook active and break file-editing tools even after the plugin was turned off. Fixed MCP OAuth against providers that do not strictly follow the spec (such as Salesf
Primary source ↗Documentation keyboard_arrow_right
Primary source ↗sdk Antigravity SDK
Primary source ↗code Antigravity IDE
Primary source ↗terminal Antigravity CLI
Primary source ↗antigravity Antigravity 2.0
Primary source ↗newspaper Press Guidelines
Primary source ↗official announcement
Primary source ↗permissions system
Primary source ↗Documentation keyboard_arrow_right
Primary source ↗sdk Antigravity SDK
Primary source ↗code Antigravity IDE
Primary source ↗terminal Antigravity CLI
Primary source ↗antigravity Antigravity 2.0
Primary source ↗newspaper Press Guidelines
Primary source ↗Agent Permissions
Primary source ↗[cli-changelog-md] Antigravity CLI CHANGELOG.md
markdown_changelog · every 120m
https://raw.githubusercontent.com/google-antigravity/antigravity-cli/main/CHANGELOG.md[blog] Antigravity Blog
html · every 720m
https://antigravity.google/blog/introducing-google-antigravity-2-0[cli-github-releases] Antigravity CLI GitHub Releases
github_releases · every 60m
https://github.com/google-antigravity/antigravity-cli/releases