Antigravity Cockpit is a VS Code extension for monitoring Google Antigravity AI model quotas.
The extension solves the problem of tracking API quota consumption across multiple AI models by providing real-time visibility into quota status directly within the editor. It offers two display modes: a Webview dashboard with card-based layout supporting drag-to-reorder, grouping by quota pool, and visual progress indicators; and a QuickPick mode using native VS Code UI for environments where Webview cannot load. Quotas can be monitored through local client process inspection or remote authorization, with support for multiple accounts. The tool displays remaining quota as percentages, countdown timers, reset times, and status indicators, and can pin specific models or groups to the status bar in six configurable formats.
Developers should choose this extension if they work with Google Antigravity AI models and need to monitor quota consumption without leaving VS Code. It suits teams managing multiple models across shared quota pools, particularly those who want automatic grouping and quick visual feedback on quota status. The local monitoring mode requires the Antigravity client to be running, while authorization mode works independently but depends on network connectivity. The extension supports sixteen languages and includes threshold-based notifications and a privacy mode for sensitive environments.
The project maintains active development with regular feature additions and refinements to both display modes. The codebase is written in TypeScript and includes comprehensive internationalization support. Development activity shows attention to user experience details such as loading and timeout indicators during account switching, and the tool includes accessibility considerations like keyboard-friendly QuickPick navigation alongside visual dashboard options.