claude-code - 💡(How to fix) Fix [BUG] /config Usage tab hangs [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#52473Fetched 2026-04-24 06:06:16
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Opening the Usage tab in the /config UI causes a hang. The interface becomes unresponsive and cannot be exited with the normal controls.

Actual behavior The UI hangs. Pressing Esc, q, Ctrl-C, and Ctrl-X have no effect. Only Ctrl+D exits the stuck state. This is 100% reproducible every time the Usage tab is opened.

Environment OS: Windows Shell: PowerShell

What Should Happen?

Usage tab displays stats normally and the UI remains responsive to standard exit keys.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Code
  2. Type /config
  3. Navigate to the Usage tab

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.118

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The issue can likely be mitigated by investigating the Usage tab's content or dependencies that might be causing the UI to hang.

Guidance

  • Verify if the issue persists when using a different Claude Model, such as switching from Sonnet to another model, to isolate if the problem is model-specific.
  • Check for any recent changes in the /config UI or Usage tab that could be contributing to the hang, considering this is a regression from a previous version.
  • Attempt to reproduce the issue in a different shell or environment to see if the problem is specific to PowerShell or Windows.
  • Since Ctrl+D exits the stuck state, investigate what action or command is bound to Ctrl+D in the UI and if it provides any clues to resolving the hang.

Example

No specific code snippet can be provided without more details on the UI code or the Claude Code's internal workings.

Notes

The lack of error messages or logs limits the ability to provide a precise fix. The fact that this is a regression suggests that a recent change might be the cause, but without knowing the last working version or specific changes made, it's challenging to pinpoint the exact issue.

Recommendation

Apply workaround: Given the information, the best course of action seems to be to try and isolate the cause by testing different scenarios as suggested in the guidance section, rather than applying a specific fix, as the root cause is not yet clear.

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