claude-code - 💡(How to fix) Fix Add persistent usage/credit display to Claude Code [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#51669Fetched 2026-04-22 07:56:03
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When running Claude Code sessions, there's no easy way to check token usage without interrupting my workflow. I have to either:

  • Type /usage (breaks my current task)
  • Open a new terminal to check separately
  • Stop a running session to see my balance

When running multiple Claude Code agents at once, this becomes frustrating. I need to know my usage status without disrupting active work.

Proposed Solution

Add a persistent usage indicator to Claude Code, such as:

  • A status line in the terminal showing current token usage (like a progress bar or counter)
  • A menu bar widget (macOS/Windows/Linux) that stays visible
  • A non-blocking background display of usage stats

Ideally, this would update automatically and be visible without typing /usage.

Alternative Solutions

Currently using /usage command, but it's disruptive. Found a community macOS app (CC Usage Bar) that solves this for one platform, but an official Anthropic solution would be better and cross-platform.

Priority

High - Significant impact on productivity

Feature Category

Configuration and settings

Use Case Example

Scenario: I'm running a Claude Code agent building a website. While it's working, I want to quickly check how many tokens I've used without stopping the agent or opening a new terminal. I glance at the status line or menu bar and see "Usage: 45% (1.2M/2.7M tokens)" — then get back to work.

This is especially important when managing multiple sessions or working on large projects where I need to stay aware of approaching limits.

Additional Context

Testing on Windows 11 with Claude Code. The /usage command works but creates friction. A community tool (CC Usage Bar for macOS) shows there's demand for this. Would benefit Windows, macOS, and Linux users.

extent analysis

TL;DR

Implementing a persistent usage indicator, such as a status line or menu bar widget, could alleviate the need to interrupt workflows to check token usage.

Guidance

  • Investigate integrating a non-intrusive, real-time token usage display within the Claude Code interface to reduce workflow interruptions.
  • Consider cross-platform compatibility to ensure the solution benefits Windows, macOS, and Linux users.
  • Evaluate the community-developed CC Usage Bar for macOS as a potential reference or starting point for an official Anthropic solution.
  • Assess the feasibility of automatically updating the usage indicator without requiring user input, such as typing /usage.

Example

No specific code example is provided due to the lack of technical implementation details in the issue.

Notes

The proposed solution requires careful consideration of user interface and user experience design to ensure the usage indicator is both informative and non-intrusive.

Recommendation

Apply a workaround by utilizing the community-developed CC Usage Bar for macOS, if available, or explore similar third-party solutions for Windows and Linux until an official Anthropic solution is implemented. This approach allows for some relief from the current friction while an official fix is being developed.

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…

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 Add persistent usage/credit display to Claude Code [1 participants]