Monitor Antigravity AI agent status and model quotas directly inside VS Code.
Antigravity Monitor is a VS Code extension that provides a real-time dashboard for tracking your Gemini and Claude model usage. It helps you stay within your quota limits by showing remaining usage and reset times.
Features
Real-time Quotas: View remaining quota for Claude and Gemini model families.
Active Agents: Track running AI agents and their current load.
Integrated Dashboard: Access all monitoring data through a beautiful, modern UI inside VS Code.
Automatic Auth: Seamlessly integrates with VS Code's authentication providers (Google, Antigravity).
Quick Start
Installation
Open VS Code.
Search for "Antigravity Monitor" in the Extensions view.
Click Install.
Usage
Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux).
Type Antigravity Monitor: Open Dashboard and press Enter.
If prompted, sign in with your Google or Antigravity account.
Development Setup
Project Structure
backend/: VS Code extension source code (TypeScript).
extension.ts: Main entry point and webview management.
quotaService.ts: Logic for fetching and calculating model quotas.
localLanguageServerClient.ts: Integration with the local Antigravity language server.
To run the extension in development mode, open the project in VS Code and press F5 to start the Extension Development Host.
Technical Overview
Antigravity Monitor works by bridging a Next.js-based webview with a background service in the VS Code extension. It communicates with a local language server process to retrieve high-fidelity status information and model availability.