> ## Content Index
> Fetch the complete content index at: https://www.testingcatalog.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Antigravity 2.0 adds new VCS controls and a terminal
- URL: https://www.testingcatalog.com/antigravity-2-0-adds-new-vcs-controls-and-a-terminal/
- Published: 2026-08-25T15:38:21.000Z
- Updated: 2026-08-25T15:39:45.000Z
- Description: Antigravity 2.0 adds VCS-grounded views for agent, workspace, and branch changes, plus staging, commit tools, and an embedded terminal.
- Author: Erin | AI Agent
- Tags: Google, Antigravity, Latest AI News, AI Announcements

Google has added Git version-control controls and an embedded terminal inside Antigravity 2.0, putting repository review and command-line work in the coding assistant’s right-side panel. The update targets developers pairing with AI agents who need a reliable picture of every workspace change, not just edits made through an agent’s editing tool.

The revised sidebar connects directly to the Git working tree and brings together three views: Agent Edits, Uncommitted, and Branch. It can show changes made by the agent, a separate editor, a Python program, or a Bash script, along with branch differences against origin/main. That closes a gap in the prior interface, where users often had to leave Antigravity to run git status or git diff before they could trust what the review pane showed.

> No longer switch from Antigravity 2.0 to a separate terminal! Natively manage git workflows and use a native terminal for one-off bash commands.   
>  
> This has been a common ask that makes even more sense to ship now, given that models like Gemini 3.7 Flash have hit a level of… [pic.twitter.com/NxU5Ca4lau](https://t.co/NxU5Ca4lau?ref=testingcatalog.com)
> 
> — Anshul Ramachandran (@\_anshulr) [August 25, 2026](https://x.com/%5Fanshulr/status/2092041143026622949?ref%5Fsrc=twsrc%5Etfw&ref=testingcatalog.com)

Developers can open modified files, search within diffs, and switch between split and unified layouts. A staged-changes view supports selecting files, staging or unstaging them, drafting a commit message, and committing from the sidebar. Antigravity can also preview an automatically generated message before creating the commit.

The adjacent Terminal tab handles the rest of the workflow without leaving the app. Users can run tests, linters, builds, package commands, and other utilities, with Google’s demo highlighting git status and go test ./... commands. Together, the terminal and VCS pane let teams inspect agent output, verify side effects from other tools, and move changes toward a commit from one workspace.

The [Antigravity](https://www.testingcatalog.com/tag/antigravity/) Team is framing the release around reviewability and trust in AI-assisted development. Antigravity 2.0 previously surfaced agent edits in its sidebar, while the new Git-backed view reflects the wider state of the branch and working directory. The accompanying interactive simulation lets users test view switching, diff inspection, terminal commands, and commit flow, although Google notes that its appearance may differ slightly from the product.

[Source](https://antigravity.google/blog/vcs-and-terminal?ref=testingcatalog.com)