claude-code - 💡(How to fix) Fix [BUG] /rewind interactive picker stops accepting keyboard input in 2.1.118 [4 comments, 5 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#52319Fetched 2026-04-24 06:10:19
View on GitHub
Comments
4
Participants
5
Timeline
14
Reactions
1
Timeline (top)
labeled ×5commented ×4cross-referenced ×4closed ×1

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?

The /rewind command's interactive picker renders but does not respond to any keyboard input after updating to 2.1.118. Was working correctly on 2.1.117.

What Should Happen?

Expected behavior: Picker accepts keyboard input and allows selecting a checkpoint to rewind to.

Actual behavior: Picker renders but is completely unresponsive to input.

Error Messages/Logs

Steps to Reproduce

  1. Run claude code in terminal
  2. Have a conversation with some history
  3. Type /rewind and press Enter
  4. Interactive picker appears but ignores all keyboard input (arrow keys, Enter, Escape)

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.1.117

Claude Code Version

2.1.118

Platform

Claude Code

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

Environment:

  • Claude Code: 2.1.118
  • Terminal: Kitty
  • OS: Linux
  • Shell: bash/zsh

extent analysis

TL;DR

The issue can likely be resolved by downgrading to version 2.1.117, as the problem started after updating to 2.1.118.

Guidance

  • Verify that the issue is indeed specific to version 2.1.118 by testing the /rewind command in a fresh environment with the same version.
  • Check if there are any known issues or updates related to keyboard input handling in the release notes of version 2.1.118.
  • Test the /rewind command in a different terminal or shell to rule out any environment-specific issues.
  • Consider reporting this as a regression bug to the developers, including the steps to reproduce and the expected behavior.

Notes

The issue seems to be specific to the /rewind command's interactive picker and is likely related to changes introduced in version 2.1.118. Without more information or error logs, it's difficult to provide a more specific fix.

Recommendation

Apply workaround: Downgrade to version 2.1.117, as it is confirmed to be working correctly. This will allow the user to continue using the /rewind command until a fix is available for version 2.1.118.

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