Extra-usage and promotional reset credits often expire if you never apply them. Power Claude now shows extra usage on the usage API and, by default, applies unused expiring grants 5 minutes before they vanish.
TL;DR
| Item | Detail |
|---|---|
| What | Expose real extra_usage and auto-apply unused grants that expire |
| When | Last 5 minutes before expires_at, remaining > 0 |
| Default | ON (powerClaude.proxy.autoApplyExpiringExtraUsage) |
| Off | Settings → set that key to false |
| Not | Invented grants, or apply when there is no expire date |
The problem
Anthropic extra usage / reset credits can sit unapplied. When Extra Usage is off, or the grant is never claimed, the remaining balance disappears at expiry. The usage panel used to receive extra_usage: null from the proxy — the grant was invisible.
What Power Claude does
GET /api/oauth/usageincludes a realextra_usageobject when we have observed one (remaining, expires_at, utilization). We never invent a grant.- Per-seat refresh from Anthropic
GET /api/oauth/usage. - If the grant expires, remaining > 0, and Extra Usage is still off, Power Claude enables it 5 minutes before expiry so the credit can be consumed.
- No expire date → never auto-applies.
- Idempotent: one apply receipt per
expires_atgrant.
How to turn it off
- Open VS Code Settings.
- Search
autoApplyExpiringExtraUsage. - Uncheck Auto-apply expiring extra usage.
Same flag lives in ~/.power-claude/proxy.json as autoApplyExpiringExtraUsage.
Pair with reset burn-down
Reset burn-down drains leftover 5h/7d window capacity before the window rolls. Extra-usage auto-apply is the sibling for expiring extra / reset credits. Both default ON.
FAQ
Does this invent extra usage?
No. The API only exposes a grant we have observed. No expire date means no auto-apply.
Will it apply credits that never expire?
No. Only grants with expires_at.
Does this bypass Anthropic limits?
No. It enables unused extra usage you already have so it is not lost at expiry.
Related
- Product page
- Feature doc in the extension:
docs/features/extra-usage-auto-apply.md
Independent third-party software by Neural-LLM. Not affiliated with Anthropic.