A VSCode extension that monitors your Chutes.ai API subscription quota usage and displays it directly in the status bar with with periodic updates.
Note: This extension is an independent third-party tool and is not officially affiliated with or endorsed by chutes.ai or its developers. It is designed to help users monitor their subscription quotas.
Features
Status Bar Integration: Shows current subscription quota usage in format "Chutes: 380/2000 (19%)"
Detailed Tooltips: Hover over the status bar item to see detailed breakdown of your subscription quota
Auto-refresh: Automatically updates quota information every 5 minutes (configurable)
Manual Refresh: Use the command palette to manually refresh quota data
Secure Token Storage: API tokens are stored securely using VSCode's built-in secret storage
Setup
Install the extension
Open Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
Run the command Chutes Quota: Set API Token
Enter your Chutes.ai API token when prompted (input will be hidden for security)
Optionally adjust the refresh interval in VSCode Settings
Configuration
This extension contributes the following settings:
chutesQuota.refreshInterval: Auto-refresh interval in minutes (1-60, default: 5)
Commands
The extension provides the following commands accessible via Command Palette (Ctrl+Shift+P or Cmd+Shift+P):
Chutes Quota: Show Details - Display detailed subscription quota information
Chutes Quota: Refresh Quota - Manually refresh subscription quota data
Chutes Quota: Set API Token - Securely set or update your API token
Chutes Quota: Remove API Token - Securely remove your API token and reset the extension