claude-code - 💡(How to fix) Fix [FEATURE] Show extra usage consumption bar for Team plan users [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48222Fetched 2026-04-15 06:29:44
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

On the Max plan, running /usage displays an extra usage consumption bar, which is very helpful for tracking spend. However, on the Team plan, even when extra usage is enabled by the workspace admin, this bar does not appear.

Root Cause

For organizations on the Team plan, budget management is critical. Individual team members need visibility into how much extra usage they are consuming to stay within organizational budget constraints.

RAW_BUFFERClick to expand / collapse

Description

On the Max plan, running /usage displays an extra usage consumption bar, which is very helpful for tracking spend. However, on the Team plan, even when extra usage is enabled by the workspace admin, this bar does not appear.

Why this matters

For organizations on the Team plan, budget management is critical. Individual team members need visibility into how much extra usage they are consuming to stay within organizational budget constraints.

Expected behavior

The extra usage consumption bar should be displayed for Team plan users when extra usage is enabled, just as it is for Max plan users.

Current behavior

Max plan: Extra usage bar is shown via /usage

max

Team plan (extra usage enabled): No extra usage bar is shown

team

extent analysis

TL;DR

The issue can be resolved by investigating and potentially modifying the conditional logic that determines whether to display the extra usage consumption bar for Team plan users.

Guidance

  • Review the code responsible for rendering the /usage page to identify the condition that enables the extra usage bar for Max plan users.
  • Compare this condition with the logic used for Team plan users to understand why the bar is not displayed despite extra usage being enabled.
  • Investigate if there are any specific configuration flags or settings that need to be adjusted for Team plan workspaces to display the extra usage bar.
  • Test the display of the extra usage bar with different combinations of plan types and extra usage settings to isolate the issue.

Example

No code snippet can be provided without more context, but the investigation should focus on the conditional statements or functions that control the visibility of the extra usage consumption bar.

Notes

The solution may involve modifying the application's logic to consistently handle the display of the extra usage bar across different plan types, ensuring that Team plan users with enabled extra usage can view their consumption.

Recommendation

Apply a workaround by temporarily modifying the display logic for Team plan users to always show the extra usage bar when extra usage is enabled, until a permanent fix can be implemented. This approach ensures that Team plan users have the necessary visibility into their extra usage consumption.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The extra usage consumption bar should be displayed for Team plan users when extra usage is enabled, just as it is for Max plan users.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Show extra usage consumption bar for Team plan users [1 participants]