Antigravity — AI Coding Agent InterfaceAn autonomous agent interface for the Antigravity CLI (
Features
Requirements
InstallationFrom VS Code Marketplace
From VSIX
Getting Started1. Authenticate the CLIIn your integrated terminal, ensure
2. Open Antigravity
Permission Modes & SecurityConfigure via settings under 1.
|
| Command | Keybinding | Description |
|---|---|---|
Antigravity: Open in New Tab |
Ctrl+Alt+A / Cmd+Alt+A |
Opens the full-width Antigravity agent canvas |
Antigravity: New Conversation |
Ctrl+Alt+N / Cmd+Alt+N |
Starts a new conversation thread |
Antigravity: Ask About Selection |
Ctrl+Alt+K / Cmd+Alt+K |
Attaches highlighted editor text as context |
Antigravity: Ask About Current File |
— | Attaches the active editor file as context |
Antigravity: Review Current Changes |
— | Attaches uncommitted git diff for review |
Antigravity: Stop Agent |
— | Cancels the active agent process |
Antigravity: Launch CLI Terminal |
— | Spawns an interactive integrated terminal with agy |
Antigravity: Select Target Workspace Folder |
— | Switches target working directory in multi-root workspaces |
Antigravity: Open Settings |
— | Opens VS Code settings for Antigravity |
Antigravity: Open Logs |
— | Opens diagnostics OutputChannel |
Configuration Settings
Access settings via Preferences: Open Settings and search for Antigravity:
| Setting | Default | Description |
|---|---|---|
antigravity.cliPath |
"" |
Absolute path to the agy binary. If empty, automatically discovered from PATH. |
antigravity.permissionMode |
"always-proceed" |
Permission handling mode (always-proceed, prompt, interactive-terminal). |
antigravity.defaultModel |
"" |
Default reasoning model override. Leave empty to use CLI default. |
antigravity.effort |
"default" |
Reasoning effort level (default, low, medium, high). |
antigravity.workingDirectory |
"" |
Custom working directory override. If empty, uses active workspace dynamically. |
antigravity.autoScroll |
true |
Automatically scroll during real-time streaming. |
antigravity.showToolDetails |
true |
Show expandable tool argument and output cards. |
antigravity.compactMode |
false |
Enable tighter vertical spacing for messages. |
antigravity.logLevel |
"INFO" |
Diagnostics logging level (DEBUG, INFO, WARN, ERROR). |
GitHub Codespaces & Remote Containers
The extension is fully verified for remote environments:
- Runs directly inside the Remote Extension Host.
- Spawns the container's local
agybinary (/home/codespace/.local/bin/agyor standard PATH). - Reads and modifies files within the container workspace with accurate path resolution.
Multi-Workspace Support
- Dynamic Folder Resolution: Automatically detects the active workspace folder from the active editor document.
- Monorepos & Multi-Root: Use
Antigravity: Select Target Workspace Folderto direct agent tasks to a specific subproject.
Troubleshooting
1. "Antigravity CLI (agy) not found"
- Verify
agyis installed: runagy --versionin your terminal. - If
agyis installed in a non-standard location, setantigravity.cliPathto its full path.
2. "Authentication required"
- Run
agy auth loginin an integrated terminal to authenticate. - Verify authentication with
agy whoami.
3. "Antigravity needs interactive permission to continue"
- In
promptmode, tools requiring interactive confirmation cannot be prompted headlessly. - Click Launch Interactive Terminal or switch permission mode to Always Proceed.
4. Process Stalling or Interruption
- Click Stop to cancel the running process tree.
- Composer unlocks immediately for follow-up prompts.
Privacy & Security
- Local Process Execution: Communicates directly with your local
agybinary on your machine or remote container. - Zero Telemetry: No third-party tracking, analytics, or external telemetry scripts.
- Secret Masking: Automatically redacts API keys, OAuth tokens, GitHub tokens, and passwords in all logs, storage, and UI elements.
- Content Security Policy: Webview uses strict CSP (
default-src 'none') with unique per-render nonces.
License
This project is licensed under the Apache License 2.0.