[BUG] Rewind broken in Claude Desktop 1.11187.4 — "rewind target not on CLI's active chain"
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When I try to rewind (double-press Esc or click a checkpoint in the timeline),
Claude Desktop shows "Couldn't rewind — That point in the conversation couldn't
be found." The rewind fails silently and the checkpoint is discarded. This
happens on every session, every checkpoint attempt.
The error chain:
- Desktop UI sends a checkpoint message UUID to the CLI
- CLI responds: "No message found with message.uuid of: <uuid>"
- Desktop logs: "Clearing stale pendingRewindTo ... — rewind target not on
CLI's active chain"
- Desktop shows the "Couldn't rewind" error to the user
What Should Happen?
Rewind should fork the session at the selected checkpoint and resume the
conversation from that point.
Error Messages/Logs
[error] Session local_febc6d86-... CLI stderr tail:
No message found with message.uuid of: c73ec2e1-0428-43fb-a168-f6f75b9dbf4c
[info] [CCD] Clearing stale pendingRewindTo c73ec2e1-0428-43fb-a168-f6f75b9dbf4c
for session local_febc6d86-b5f6-43bf-9709-9db63365c6af
— rewind target not on CLI's active chain
[info] Using Claude Code binary at: ...\claude-code\2.1.165\claude.exe
[info] Loaded 315 transcript messages for session local_febc6d86-...
(A second identical failure occurred with session local_ccd0d737-...
and message UUID 673fc26d-...)
Steps to Reproduce
- Open Claude Desktop 1.11187.4 with any existing session
- Double-press Esc or click any checkpoint in the conversation timeline
- "Couldn't rewind" error appears immediately
- Check %LOCALAPPDATA%\Claude-3p\logs\main.log for the error chain above
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Desktop 1.9255.0 + CLI 2.1.149
Claude Code Version
2.1.169 (Claude Code)
Platform
Other
Operating System
Windows
Terminal/Shell
Other
Additional Information
This is a Desktop bug, not a CLI bug. The Desktop-to-CLI coordination
protocol for rewind appears broken in 1.11187.4. The same bug reproduces
with CLI 2.1.165 and 2.1.169 — the issue follows the Desktop version.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗