claude-code - 💡(How to fix) Fix [Bug] Interactive TUI pickers freeze on input handling (regression in 2.1.115-2.1.119) [3 comments, 4 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#52897Fetched 2026-04-25 06:17:57
View on GitHub
Comments
3
Participants
4
Timeline
11
Reactions
2
Author
Timeline (top)
labeled ×4commented ×3subscribed ×3cross-referenced ×1
RAW_BUFFERClick to expand / collapse

Bug Description Bug: Interactive TUI pickers completely freeze (regression in 2.1.115-2.1.119)

Version: Reproduced on 2.1.119. Confirmed NOT present on 2.1.114.

Platform: macOS 26.4, Mac Studio M3, Terminal.app

Affected commands: /mcp (Manage MCP servers), /rewind (conversation rewind picker). Likely all interactive picker/selector
menus.

Symptoms:

  • Picker menu renders correctly with full list
  • Arrow keys have no effect (cursor doesn't move)
  • Enter does not confirm, Esc does not cancel
  • Ctrl+C has no effect
  • Terminal process is still running (closing terminal prompts "are you sure?")
  • Only way out is killing the terminal
  • Happens 100% of the time, not intermittent

Environment: 24 MCP servers configured (some failing: multi-agent-coordinator, pdf-tools). However, the freeze occurs regardless of MCP state - it affects the picker input handling, not the server connections.

Regression confirmed: Downgrading to 2.1.114 via npm install -g @anthropic-ai/[email protected] immediately… Note: Content was truncated.

extent analysis

TL;DR

Downgrading to version 2.1.114 may resolve the issue with interactive TUI pickers freezing.

Guidance

  • The issue seems to be a regression introduced between versions 2.1.114 and 2.1.119, so checking the changelog for those versions might provide insight into the cause.
  • Verify that the issue is not specific to the macOS 26.4 or Mac Studio M3 environment by testing on a different platform if possible.
  • Since downgrading to 2.1.114 resolves the issue, comparing the code changes between 2.1.114 and 2.1.119 could help identify the problematic change.
  • Test other interactive picker/selector menus to confirm if the issue is indeed widespread as suspected.

Notes

The provided information does not include enough technical details about the code or the specific changes made between versions 2.1.114 and 2.1.119, which could help in pinpointing the exact cause of the regression.

Recommendation

Apply workaround: Downgrade to version 2.1.114, as it has been confirmed to resolve the issue with interactive TUI pickers freezing, and there's no clear indication of what the fix in later versions might entail.

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