You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add current-cycle limit reporting (Composer/Auto vs other models)
The default summary now shows how much of the plan's included usage has
been consumed this billing cycle — and how much is left before hitting
the limit — as two buckets, matching the dashboard's split:
- Composer / Auto (composer-2.5, composer-2.5-fast, Auto)
- Other models (explicitly selected / API models)
Data comes from POST /api/dashboard/get-current-period-usage (the
endpoint the web dashboard uses), with GET /api/usage-summary as a
fallback; server-computed percentages are shown verbatim. A new
--limits-json flag dumps the raw payload for scripting. The section
degrades gracefully (silently skipped) on accounts where the endpoints
are unavailable, so existing behavior is unchanged.
Bump version to 0.2.0 (new backward-compatible feature).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments