algorembrant's picture
Upload 14 files
2516c8e verified

Skip Google Antigravity

Version License: MIT Publisher

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

  1. Download the latest .vsix file from the repository releases.
  2. Open Antigravity IDE.
  3. Go to Extensions -> Click ... menu -> Install from VSIX...
  4. Select the downloaded .vsix file.
  5. 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

  1. Install the extension.
  2. Restart Antigravity IDE.
  3. The extension activates automatically.
  4. 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.