-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Description
Feature Request
Claude Code 2.1.80 introduced a new /usage status dialog that exposes rate_limits data. This provides accurate usage information that claude-hud could leverage for its usage display.
Available Data
The new rate_limits field provides:
- 5-hour window:
used_percentage+resets_at - 7-day window:
used_percentage+resets_at
Current Behavior
claude-hud (v0.0.10) has display.showUsage but doesn't yet integrate with this new rate limits API.
Proposed Enhancement
Use the rate_limits data to display real-time usage info in the HUD, e.g.:
5h: 25% (resets 14:30) | 7d: 10% (resets Mon)
Or with bar style (usageBarEnabled: true):
██░░░░░░░░ 25% (1h 30m / 5h) | 7d: 10%
This would give users at-a-glance visibility into their rate limit consumption without needing to run /usage manually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels