Skip Google Antigravity
This extension automatically skips all pending steps from the Antigravity Agent, including terminal run command requests, file save requests, and code edits. It bypasses the limitations of external scripts by running directly inside the IDE process, ensuring continuous operation even when the window is minimized or unfocused.
Installation
Option 1: Install from VSX Marketplace (Recommended)
You can search and install "Skip Google Antigravity" directly from the extension tab within your IDE.
Option 2: Install from VSIX
- Download the latest
.vsixfile from the repository releases. - Open Antigravity IDE.
- Go to Extensions -> Click
...menu -> Install from VSIX... - Select the downloaded
.vsixfile. - Restart the IDE.
Option 3: Build from Source
git clone https://github.com/algorembrant/skip-google-antigravity.git
cd skip-google-antigravity
npm install -g @vscode/vsce
vsce package
Then install the generated .vsix file as described above.
Features
| Feature | Description |
|---|---|
| Zero-Interference | Runs silently in the background |
| Toggle Control | Click status bar or use keyboard shortcut |
| Visual Status | Status bar indicators |
| Deep Integration | Calls internal Antigravity commands directly |
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl+Alt+Shift+U |
Toggle Auto-Skip ON/OFF |
Cmd+Alt+Shift+U (Mac) |
Toggle Auto-Skip ON/OFF |
Usage
- Install the extension.
- Restart Antigravity IDE.
- The extension activates automatically.
- Launch an Agent task; the extension will handle steps automatically.
The status bar shows the current state:
Auto-Accept: ON- All agent steps are being auto-accepted.Auto-Accept: OFF- Manual approval required.
Requirements
- Antigravity IDE (VS Code based)
FAQ
Q: Is this safe to use?
A: The extension only accepts steps that the Antigravity Agent proposes. Review agent behavior periodically.
Q: Can I pause it temporarily?
A: Yes. Click the status bar item or press Ctrl+Alt+Shift+U.
Q: Does it work when the window is minimized?
A: Yes, it operates within the IDE process.
License
MIT - See LICENSE for details.