Terminal AI token-usage and API-equivalent value dashboard for Codex, Claude, Copilot, and Antigravity.
Inspect provider limits, locally recorded token usage, daily activity, and model-level API-equivalent cost estimates in a terminal UI. Subscription quota percentages come from the providers; dollar values are estimates at public API rates, not subscription invoices.
Only complete current-format usage events are counted. Incomplete legacy Codex and Claude events are silently ignored instead of being priced with guessed defaults.
npx -y letmecode@latestBy default, letmecode sends an anonymous usage summary which powers aggregated real-world plans comparison.
The report includes aggregated limit-window percentages, token counts, plan/window metadata, the letmecode version, and a hashed user identifier when a provider exposes one. It does not send prompt content, usernames, email addresses, company names, or other directly identifiable personal information.
To disable anonymous usage reporting:
npx -y letmecode@latest -- --no-usagenpx -y letmecode@latest -- --help
npx -y letmecode@latest -- --log-to ./letmecode.log--log-to records provider discovery details and raw usage parsing diagnostics so empty or unexpected windows are easier to debug.
- Codex
- Claude
- Copilot
- Antigravity
pnpm install
pnpm test
pnpm start