explaingit

jlcodes99/vscode-antigravity-cockpit

4,606TypeScriptAudience · developerComplexity · 2/5LicenseSetup · easy

TLDR

VS Code extension that shows your remaining Google Antigravity AI model quotas as a live dashboard with countdown timers, progress bars, and status bar alerts so you always know how much of each model limit is left.

Mindmap

mindmap
  root((repo))
    What it does
      Show AI quota usage
      Monitor model limits
      Reset countdown timers
    Views
      Webview card dashboard
      QuickPick keyboard mode
      Status bar indicator
    Alerts
      Yellow warning threshold
      Red critical threshold
    Features
      Auto wake-up scheduler
      Multi-account support
      Drag to reorder cards
    Setup
      Open VSX install
      Auth flow for account
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Pin your most-used AI model to the VS Code status bar to see remaining quota at a glance

USE CASE 2

Set threshold alerts to get a warning when a model drops below 30% or a critical alert at 10%

USE CASE 3

Schedule auto wake-up requests to run before your daily quota resets to use otherwise idle capacity

USE CASE 4

Group models that share a quota pool together in the card dashboard and drag them to preferred order

Tech stack

TypeScriptVS Code Extension API

Getting it running

Difficulty · easy Time to first run · 5min

Requires a Google Antigravity account and completing the in-extension authorization flow before quota data is visible.

Free to use for personal learning and research, the author notes it is not intended for commercial use.

In plain English

Antigravity Cockpit is a Visual Studio Code extension for monitoring AI model usage quotas from Google Antigravity. When you use AI models, most services impose limits on how many requests you can make within a time window. This extension shows you how much of each model's quota remains so you can see at a glance which models are running low and when the limits reset. The extension offers two viewing modes. The first is a Webview dashboard, a panel inside VS Code that displays each model as a card showing the remaining quota as a percentage, a countdown timer, and a progress bar. Models that share a quota pool can be grouped together, and you can drag cards to reorder them. The second mode is QuickPick, which uses VS Code's built-in text dropdown interface and works in environments where the visual panel cannot load, or for users who prefer keyboard navigation. A status bar item sits at the bottom of the VS Code window and shows the quota state for whichever model you have pinned. You can choose from several display formats: just an icon, a colored dot, a percentage, or a combination. Multiple models can be pinned to the status bar simultaneously. Notifications fire when a model's quota drops below thresholds you configure, such as a yellow warning at 30% and a red alert at 10%. An auto wake-up feature lets you schedule timed requests to AI models so they run before your daily quota resets, making use of otherwise idle time. It supports multiple accounts via an authorization flow and stores credentials in VS Code's encrypted secret storage. The extension is available through the Open VSX marketplace and supports 16 languages, following VS Code's language setting automatically. The README is written in Chinese with an English version linked separately. The license is MIT, with a note that the project is intended for personal learning and research rather than commercial use.

Copy-paste prompts

Prompt 1
How do I install the Antigravity Cockpit extension from Open VSX and connect my Google Antigravity account?
Prompt 2
How do I pin a specific AI model to the VS Code status bar in Antigravity Cockpit and choose the display format?
Prompt 3
Set up quota threshold notifications in Antigravity Cockpit so I get a warning at 20% remaining and an alert at 5%.
Prompt 4
How do I configure the auto wake-up feature in Antigravity Cockpit to schedule a model request before my daily quota resets?
Prompt 5
How do I group models that share a quota pool together in the Antigravity Cockpit dashboard view?
Open on GitHub → Explain another repo

← jlcodes99 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.