Overview Version History Q & A Rating & Review
Binarii Cost Tracker
Track your GitHub Copilot and Claude usage directly in the VS Code status bar.
◑ 45% Claude ◔ 12.3% Pro
Features
Copilot Usage
Circular progress indicator showing your Copilot quota consumption
Supports Free, Pro, Pro+, Business, and Enterprise plans
Detects unlimited plans
Tooltip with detailed usage breakdown and reset date
Claude Usage
Tracks token consumption from local Claude Code session files
Configurable session windows matching your Claude plan's reset cycle
Calibration system to show accurate usage percentage
Tooltip with token breakdown (input, output, cache) and countdown to next reset
Getting Started
Copilot
Install the extension
When prompted, click Connect GitHub to authenticate
Your Copilot usage appears in the status bar
Claude
Install Claude Code if you haven't already
Run Cmd+Shift+P > Binarii Cost: Set Claude Reset Time and enter the reset time shown in Claude's /usage command (e.g. 14:00)
Run Cmd+Shift+P > Binarii Cost: Calibrate Claude Session Limit and enter the usage % from /usage
Your Claude usage appears in the status bar
Settings
Setting
Default
Description
copilotCost.enabled
true
Show Copilot usage in the status bar
copilotCost.refreshInterval
300
Refresh interval in seconds
claudeCost.enabled
true
Show Claude usage in the status bar
claudeCost.sessionWindowHours
5
Session window duration in hours
claudeCost.sessionResetAnchor
-
Reset anchor (set via command)
claudeCost.sessionTokenLimit
0
Token limit per session (set via Calibrate)
claudeCost.refreshInterval
120
Refresh interval in seconds
Commands
Binarii Cost: Refresh Copilot - Refresh Copilot usage
Binarii Cost: Connect GitHub - Authenticate with GitHub
Binarii Cost: Refresh Claude - Refresh Claude usage
Binarii Cost: Set Claude Reset Time - Set the session reset time from /usage
Binarii Cost: Calibrate Claude Session Limit - Auto-detect token limit from /usage percentage
How it works
Copilot : Queries GitHub's internal Copilot API to fetch your quota usage.
Claude : Reads token counts from local Claude Code session files (~/.claude/projects/), sums tokens within the current session window, and displays usage against a calibrated limit.
License
MIT