Quickly launch and interact with the Antigravity CLI directly within your VS Code environment.
Overview
Antigravity CLI Live is a lightweight, flat-designed VS Code extension that streamlines your workflow by allowing you to launch your project's Antigravity CLI (agy .) instantly. It integrates deeply with your editor, allowing you to open the terminal in a traditional bottom panel, as a dedicated full-size Editor Tab, or directly from the editor toolbar.
Archived Screenshots (v1.1.0)
Archived Screenshots (v1.0.0)
Features
🚀 One-Click CLI Launch: Start the Antigravity CLI environment instantly for the currently open project.
🔧 Editor Toolbar Button: Launch the CLI directly from the editor toolbar — just like Claude Code and other modern AI coding assistants.
🗂️ Editor Tab Integration: Open the CLI terminal directly as a main Editor Tab for an immersive, distraction-free experience.
⏬ Bottom Panel Support: Alternatively, launch the CLI in the standard VS Code integrated terminal panel.
⚙️ Configurable Command: Customize the exact CLI command used to start the environment through extension settings.
🎨 Clean & Native UI: A flat, non-intrusive sidebar design built to look native in VS Code.
Usage
Open a workspace or project folder in VS Code.
Launch the CLI using any of these methods:
Editor Toolbar (new in v1.4.0): Click the Antigravity CLI icon in the editor toolbar (top-right of any editor tab).
Activity Bar: Click the Antigravity CLI icon in the Activity Bar on the left, then choose your preferred launch method.
Command Palette (Ctrl+Shift+P / Cmd+Shift+P): Run Antigravity CLI: Open Terminal in Editor Tab or Open Terminal in Bottom Panel.
The terminal will automatically launch using your project's root directory.
Extension Settings
This extension contributes the following settings:
antigravity-cli-live.cliCommand: The command or script path used to run the Antigravity CLI. Defaults to agy ..
Commands
You can also trigger these actions directly from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):
Antigravity CLI: Open Terminal in Editor Tab
Antigravity CLI: Open Terminal in Bottom Panel
Requirements
VS Code version 1.120.0 or higher.
A workspace/folder must be opened to correctly set the terminal's working directory.