jlcodes99/vscode-antigravity-cockpit

VS Code extension for monitoring Google Antigravity AI quotas. Features Webview dashboard, QuickPick mode, and quota grouping.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 14th, 2026
Created on December 8th, 2025
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 142
Total Stargazers: 4,832 (+0)
Total Subscribers: 8 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 hours
Mean response time: 7.5 hours
90th percentile: 17.1 hours
Tracked items: 165

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 18% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 104 days
Stale 30+ days: 22
Stale 90+ days: 18

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (11)
  • bug (2)
  • invalid (2)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.