claude-code - 💡(How to fix) Fix [BUG] Rewind broken in Claude Desktop 1.11187.4 — "rewind target not on CLI's active chain"

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…

Error Message

The error chain: 4. Desktop shows the "Couldn't rewind" error to the user

Error Messages/Logs

[error] Session local_febc6d86-... CLI stderr tail: 3. "Couldn't rewind" error appears immediately 4. Check %LOCALAPPDATA%\Claude-3p\logs\main.log for the error chain above

Code Example

[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-...)
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?

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:

  1. Desktop UI sends a checkpoint message UUID to the CLI
  2. CLI responds: "No message found with message.uuid of: <uuid>"
  3. Desktop logs: "Clearing stale pendingRewindTo ... — rewind target not on CLI's active chain"
  4. 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

  1. Open Claude Desktop 1.11187.4 with any existing session
  2. Double-press Esc or click any checkpoint in the conversation timeline
  3. "Couldn't rewind" error appears immediately
  4. 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.

main.log

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