Antigravity Panel
Community toolkit for Google Antigravity IDE. Quota dashboard (Gemini/Claude/GPT), usage trends + runway prediction, cache manager (Brain Tasks & Code), auto-accept mode, AI commit generator. 13 languages.
Install / Use
npx skills add n2ns/antigravity-panelInstalls into whichever agent you are using.
Quality Score
Category
OperationsSupported Platforms
README
English | 中文文档
<p align="center"> <img src="./assets/icon.png" width="128" alt="Antigravity Panel"> </p>Antigravity Panel
Real-time AI quota monitor & cache manager for Google Antigravity IDE — track Gemini, Claude, and GPT usage, visualize consumption trends, and manage conversation cache, all in one sidebar panel.
🚀 Featured in Google AI Blog: Where we're going, we don't need chatbots: introducing the Antigravity IDE
Antigravity Panel helps you stay on top of your AI model usage in Google Antigravity IDE. Get real-time quota monitoring, usage trends, and cache management—all within an integrated sidebar panel.
✨ Features at a Glance
- 🎯 Quota Monitoring - Real-time status with visual thresholds
- 📊 Usage Analytics - Interactive charts and history tracking
- 🧹 Cache Management - Manage AI conversation history and files
- 🎨 Native Integration - UI components adapted to IDE themes
- 🌍 Localization - Support for 15 languages including runtime notifications
- 🛠️ Diagnostics - Built-in connection check and error reporting
- 🤖 Hands-free Mode - Auto-accept agent commands for heavy workflows
- ✍️ AI Commit - Generate commit messages via Local LLM or Claude
- ⚙️ Quick Config Access - One-click editing for Rules, MCP, and Allowlist
- 🔄 Service Recovery - Restart, Reset, and Reload tools for Antigravity IDE stability
📸 Screenshots
| | |
|:---:|:---:|
|
|
|
|
|
|
Real-time quota monitoring, usage trends, and cache management in one place
🚀 Key Features
📊 Smart Quota Monitoring
See your AI usage at a glance
- Visual quota display grouped by provider-defined quota pools; model view keeps individual model identities
- Status bar shows remaining quota with emoji indicators (🟢🟡🔴), cache size, and a warning state when the quota connection fails
- Hover tooltip showing all model quotas and reset times
- Configurable warning (≤40%) and critical (≤20%) thresholds
📈 Usage Trends & Analytics
Understand your consumption patterns
- Interactive bar charts showing reported quota changes over time (10-120 minutes), adaptively grouped into at most about 24 readable intervals; the card stays hidden until the first positive change is recorded
- 14-day history tracking with persistent storage; the latest 24 hours keep raw samples, while older data is downsampled to 5-minute intervals
- Color-coded visualization by quota pool, with interval and per-pool details on hover
- 🔥 Usage Rate: Average consumption speed in percentage points per hour (pp/h)
- ⏱️ Runway Prediction: Estimated time until quota exhaustion
💳 Token Credits Tracking
Monitor your AI usage credits
- Prompt Credits: Used for conversation input and result generation (reasoning)
- Flow Credits: Used for search, modification, and command execution (operations)
- Static Prompt/Flow rows are hidden by default; Google One AI subscription credit remains visible and the rows can be restored with
tfa.dashboard.showCreditsCard
🗂️ Cache Management
Keep your workspace clean
- Brain Tasks: Browse and delete AI conversation caches
- See task size, file count, and creation date
- Preview images, markdown, and code files
- One-click deletion with automatic cleanup
- Code Context: Manage code analysis caches per project
- Smart Cleanup: Automatically closes related editor tabs
🤖 Auto-Accept (Hands-free Mode)
Streamline your workflow
- Automatically accepts Agent-suggested terminal commands and file edits
- Uses registered IDE commands first, with a panel-scoped CDP fallback for controls that are unavailable through the extension API
- Runtime command discovery: accept commands are matched against what the running IDE actually registers (IDs differ between Antigravity 1.x and 2.x), so the command strategy keeps working across IDE upgrades
- Checks on the configured interval; each CDP pass locates and scans the current Agent Panel once without leaving page-side observers or timers, while a short DOM-node timestamp prevents immediate repeat clicks
- CDP interactions leave destructive-looking action cards for manual review. Limitation: the command-API path cannot inspect pending command text and is therefore not covered by this check. Auto-Accept remains a trust-the-agent feature; keep it off for untrusted or prompt-injection-prone tasks
- Toggle on/off via the sidebar "Rocket" switch
[!IMPORTANT] CDP Fallback Setup: For the CDP fallback to work, Antigravity must be launched with
--remote-debugging-port=9222. This is only needed when the command API is unavailable due to webview sandboxing.
Recommended Setup (Dedicated Launcher): Create a script to cleanly kill background instances before launching.
Windows (Save as Launch_Antigravity.bat):
@echo off
taskkill /F /IM Antigravity.exe /T 2>nul
start "" "D:\Develop\Antigravity\Antigravity.exe" --remote-debugging-port=9222
macOS/Linux (Save as launch_antigravity.sh):
#!/bin/bash
pkill -f "Antigravity"
/Applications/Antigravity.app/Contents/MacOS/Electron --remote-debugging-port=9222 &
✨ Commit Message Generator (Local & Claude)
Generate conventional commit messages using a local LLM or Claude
A workaround for when the built-in "Generate commit message" feature is unavailable.
Setup:
- Get an API key from Anthropic Console if you use Claude
- Run
Antigravity Panel: Set Anthropic API Key - Enter your API key (stored securely, never in plaintext)
Usage:
- Stage your changes with
git add - Run
Antigravity Panel: Generate Commit Message (Local & Claude) - The commit message auto-populates in the SCM input box
Configuration:
- Model: Choose a local Ollama model or a Claude/OpenAI-compatible model
- Max Diff Size: Limit characters sent (default: 80,000)
- Format: Conventional commits or simple style
⚠️ Privacy: Your staged diff is sent to the configured LLM endpoint. Use a local endpoint if you do not want diffs sent to an external provider.
🔄 Service Recovery Tools
Built-in troubleshooting
- Restart: Reboots the background Language Server if the Agent is unresponsive
- Reset: Clears user status cache to fix stuck quota updates
- Reload: Refreshes the Antigravity IDE window to resolve UI glitches
⚙️ Quick Configuration Access
One-click shortcuts to important settings
- Edit Global Rules
- Configure MCP settings
- Manage Browser Allowlist
🌐 Works Everywhere
Cross-platform support
- ✅ Windows
- ✅ macOS
- ✅ Linux
Multi-language UI
- English, 简体中文, 繁體中文, 日本語, Français, Deutsch, Español, Português (Brasil), Bahasa Indonesia, Italiano, 한국어, Русский, Polski, Türkçe, Tiếng Việt
📦 Installation
Install from Extension Marketplace
- Open Antigravity IDE
- Press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS) to open Extensions - Search for
Antigravity Panel - Click Install
Or install from web:
Manual Install from GitHub Releases
If the marketplace is unavailable or you need a specific version:
- Download the
.vsixfile from GitHub Releases - Open Antigravity IDE → Extensions panel
- Click
⋯(More Actions) →Install from VSIX... - Select the downloaded
.vsixfile
For version history and release notes, see the Changelog.
🎯 Quick Start
Step 1: Open the Panel
Click the Antigravity icon in the sidebar, or:
- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(macOS) - Type
Antigravity Panel: Open Panel - Press Enter
Step 2: Monitor Your Quota
- Pie charts show each shared quota pool once; model view keeps individual models
- Hover over charts to see detailed limits
- Status bar displays active model quota and cache size
- Usage chart shows consumption trends
Step 3: Manage Cache
- Expand Brain or Code Tracker sections
- Click 🗑️ to delete tasks or caches
- Related editor tabs close automatically
⚠️ Note: Deleting tasks removes conversation history and artifacts permanently.
🛠️ Available Commands
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and search for:
| Command | What it does | |---
Related Skills
agent-tui
106.4kMain Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications programmatically for testing, automation, and inspection
async-pr-review
106.4kTrigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR review.
ci
106.4kA specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI failures. It handles run discovery automatically—simply provide the branch name.
code-reviewer
106.4kUse this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
