claude-code - 💡(How to fix) Fix [FEATURE] Usage dashboard / at-a-glance summary command in CLI

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…

Fix Action

Fix / Workaround

Currently the only workarounds are visiting claude.ai/settings/billing or console.anthropic.com/usage in a browser. Neither is accessible from the terminal and both require context-switching out of the CLI workflow. No in-CLI alternative exists.

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 using Claude Code CLI, there is no way to quickly check usage at a glance — context window consumption, plan usage, and model activity. The claude.ai web/desktop app has a dedicated usage overview with this information visible in one place, but the CLI offers no equivalent. Users who work primarily in the terminal have to leave their workflow and navigate to a browser to check basic usage information.

Proposed Solution

A command like claude usage or /usage that prints a compact summary directly in the terminal, showing:

  • Current context window usage for the active session
  • Plan usage (tokens or requests consumed vs. limit for the billing period)
  • A per-model breakdown of recent activity (similar to the weekly overview in claude.ai)

The output should be readable at a glance without leaving the terminal — a single structured block, not a URL redirect.

Alternative Solutions

Currently the only workarounds are visiting claude.ai/settings/billing or console.anthropic.com/usage in a browser. Neither is accessible from the terminal and both require context-switching out of the CLI workflow. No in-CLI alternative exists.

Priority

Low - Nice to have

Feature Category

CLI commands and flags

Use Case Example

Example scenario:

  1. I'm deep in a coding session using Claude Code CLI
  2. I want to know how much of my plan I've used this week or how close I am to my context limit
  3. I run claude usage without leaving the terminal
  4. I get a compact summary and continue working — no browser, no context switch

Additional Context

The claude.ai desktop/web app already has this — a one-screen usage overview with context window, plan consumption, and weekly model usage. The feature request is simply to expose equivalent information natively in the CLI for users who work primarily in the terminal.

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