A VS Code extension for Antigravity IDE that monitors your AI model quota usage in real-time.
-
Real-time Quota Monitoring: Displays your current quota usage in the status bar.
-
Hover for Details: Hover over the AG Insights status bar item to see detailed information for all models.
-
Prompt Credits: Tracks your prompt credit usage and remaining balance.
-
Auto-Refresh: Automatically updates quota information at a configurable interval.
-
Secure & Private: Only communicates with the local Antigravity process on your machine. No data is sent to external servers.
To install the extension:
-
Download the latest release: Go to the Releases page and download the
.vsixfile from the latest release. -
Install in Antigravity IDE:
- Open Antigravity IDE.
- Go to the Extensions view (
Cmd+Shift+XorCtrl+Shift+X). - Click the ... (Views and More Actions) menu at the top-right of the Extensions pane.
- Select Install from VSIX....
- Navigate to and select the downloaded
.vsixfile.
- Install the Extension: Install the
.vsixpackage in Antigravity IDE. - View Quota: Look at the bottom right status bar for the "AG Insights" item.
- Refresh Quota: Click the status bar item to manually refresh your stats.
- See Details: Hover over the status bar item to see a detailed breakdown for all models.
You can configure the extension in VS Code settings under agInsights:
agInsights.enabled: Enable/disable monitoring (default:true)agInsights.pollingInterval: How often to check quota in milliseconds (default:300000- 5 minutes)agInsights.showPromptCredits: Show prompt credits in status bar (default:true)agInsights.pinnedModels: List of model IDs to show in status bar
If the extension doesn't show quota information:
- Ensure Antigravity IDE is running and you are logged in.
- Check the "AG Insights" output channel for logs.
- Try the "AG Insights: Reconnect" command.
MIT
For instructions on building, packaging, and releasing the extension, please see Development Guide.