[Feature]: Show remaining provider usage limits and reset times in the T3 Code UI #6896
ElliotDrel
started this conversation in
Ideas
Replies: 7 comments
|
If the authors need a heads up on how to implement this. Or have notifications.
|
0 replies
0 replies
|
Evaluating T3 Code right now for juggling multiple Claude/Codex accounts, and the only reason I still need the Claude/Codex apps open are to check usage limits! |
0 replies
|
What about possible auto retry? When you get to usage limit after it gets restored it could just continue. |
0 replies
|
I think everyone has this in their statusline, this is definitely something we need |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web, provider integrations, account status, settings, and T3 ConnectProblem or use case
When using subscription-backed providers such as Claude Code and Codex, I cannot easily see how much usage I have left without leaving T3 Code or waiting until a provider warns me that I am close to or have reached a limit.
Providers may expose multiple independent usage buckets, such as a rolling five-hour allowance, a weekly allowance, model-specific allowances, or other subscription-specific limits. I want T3 Code to show all available usage buckets directly in the app so I can decide which provider or model to use before starting a long task.
Proposed solution
Add a provider-usage view that shows the remaining subscription usage for Claude Code, Codex, and every other supported provider that exposes reliable quota information.
For each provider/account, T3 should display every available usage bucket rather than collapsing everything into one generic status.
Expected behavior
For each configured provider account, show:
The UI should support at least:
UI placement
Usage should be visible without digging through logs. Useful placements could include:
A compact view could show the most constrained bucket, while the expanded view shows every bucket separately.
Example:
The exact labels and limits should come from the provider rather than being hard-coded, because plans and limit structures can change.
Refresh behavior
T3 Connect and multiple environments
Usage is often account-wide rather than machine-specific, while authentication may differ between environments.
T3 should therefore:
Accuracy and fallback behavior
T3 should use provider-supported quota data whenever available. It should not invent a remaining percentage from token counts or local activity unless the UI clearly labels it as an estimate.
If a provider does not expose reliable remaining usage:
Notifications and warnings
Allow optional warnings when a usage bucket falls below a configurable threshold, for example:
Warnings should identify the provider, account, specific usage bucket, and reset time.
Why this matters
Provider limits materially affect which agent I should start a task with. Without visibility, I may begin a long Claude Code or Codex run and hit a five-hour or weekly limit partway through it.
Showing remaining usage inside T3 Code would make provider selection informed and predictable, especially when managing several providers, accounts, and remote environments from one interface.
Smallest useful scope
Related but distinct issue
Risks or tradeoffs
All reactions