AutoAccept & AutoClick for Antigravity IDE - automatically clicks Run, Accept, Allow and Apply buttons. Hands-free AI agent automation. The #1 auto accept extension for Antigravity.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
AutoClick eliminates the constant interruptions of clicking Run, Accept, and Allow buttons in the Antigravity AI IDE. Once enabled, it monitors your workspace in real time and confirms those prompts automatically — so your agent keeps moving without waiting on you.
How It Works
AutoClick runs a lightweight background service inside Antigravity that polls for actionable UI buttons. When one appears, it clicks it immediately using Antigravity's Commands API and Chrome DevTools Protocol (CDP) injection. You stay in control: pause or resume with a single click from the sidebar.
Features
Zero-interrupt agent runs — Run, Accept, and Allow prompts are handled automatically as they appear
Dual-engine clicking — Commands API handles standard prompts; CDP DOM injection catches edge-case buttons that the API misses
Real-time sidebar dashboard — Live click counter, session stats, and quota tracking without leaving your editor
Plan-aware quota enforcement — Usage limits are tracked server-side and reflected instantly in the sidebar
Persistent session state — AutoClick remembers whether it was running before a window reload and resumes automatically
Port auto-detection — Detects whether Antigravity is running with the debug port and alerts you only when a fix is actually needed
Secure API key auth — Your key is stored locally and never transmitted beyond the AutoClick API
Getting Started
Install the extension from the marketplace or via .vsix
Open the sidebar — click the AutoClick icon in the Activity Bar on the left
Copy the terminal command shown for your OS (macOS Terminal or Windows CMD)
Close all Antigravity windows completely
Relaunch Antigravity by pasting and running the copied command in your Terminal (macOS) or Command Prompt (Windows) — this starts Antigravity with the required debug port
Click "Start AutoClick" in the sidebar — your extension is ready and will click buttons automatically
Why the terminal relaunch? AutoClick uses Chrome DevTools Protocol (CDP) to detect and click buttons inside Antigravity. This requires Antigravity to be running with --remote-debugging-port=9333, which only happens when launched from the terminal using the Setup Guide command.