A lightweight pi extension that provides a single /usage command to display the current provider's daily and weekly usage limits.
pi install npm:pi-usage
In pi, type:
/usage
A panel appears showing the current provider's daily and weekly limits with progress bars. Press Enter or Escape to close.
| Provider | Auth Method |
|---|---|
| Codex (OpenAI) | OAuth (/login) |
| Anthropic (Claude) | OAuth (/login) |
| Z.AI | API key |
| Gemini CLI | OAuth (/login) |
| Antigravity (Google) | OAuth (/login) |
The usage fetching, auth handling, and provider detection logic are adapted from pi-usage-bars by @ajarellanod. Many thanks for the excellent work that made this lightweight version possible.
MIT