Finally, true hands-free automation for your Antigravity Agent.
This extension automatically accepts ALL pending steps from the Antigravity Agent, including:
- ✅ Run Command requests (Terminal)
- ✅ Save File requests
- ✅ Code Edits
It bypasses the limitations of external scripts by running directly inside the IDE process, ensuring 100% reliability even when the window is minimized or unfocused.
- Download the latest
.vsixfile from Releases - Open Antigravity IDE
- Go to Extensions → Click
...menu → Install from VSIX... - Select the downloaded
.vsixfile - Restart the IDE
git clone https://github.com/pesoszpesosz/antigravity-auto-accept.git
cd antigravity-auto-accept
npm install -g @vscode/vsce
vsce packageThen install the generated .vsix file as described above.
| Feature | Description |
|---|---|
| Zero-Interference | Runs silently in the background |
| Toggle Control | Click status bar or use keyboard shortcut |
| Visual Status | Green (ON) / Red (OFF) indicators |
| Deep Integration | Calls internal Antigravity commands directly |
| Shortcut | Action |
|---|---|
Ctrl+Alt+Shift+U |
Toggle Auto-Accept ON/OFF |
Cmd+Alt+Shift+U (Mac) |
Toggle Auto-Accept ON/OFF |
- Install the extension
- Restart Antigravity IDE
- The extension activates automatically (
✅ Auto-Accept: ON) - Launch an Agent task and sit back!
The status bar shows the current state:
✅ Auto-Accept: ON- All agent steps are being auto-accepted🛑 Auto-Accept: OFF- Manual approval required
- Antigravity IDE (VS Code based)
Q: Is this safe to use?
A: The extension only accepts steps that 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, that's the main advantage over external automation scripts.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
MIT - See LICENSE for details.
If you find this useful, consider giving it a star on GitHub!