Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

rewind_conversation and the new fork_conversation share a common target-lookup and blocked-state helper

rewind_conversation and the new fork_conversation now share the same logic for finding a target message and checking if the session is busy

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.268,
Under the hood No documentation found

rewind_conversation and the new fork_conversation now share the same logic for finding a target message and checking if the session is busy

What

The handling code for rewind_conversation and the newer fork_conversation control requests now shares a common function for looking up the target message and a common check for whether the session is busy or blocked. This replaces rewind_conversation's previous, more elaborate custom logic for searching through stacked expansions and queued commands to find its target.

Why

This is a code consolidation that makes the two related features behave consistently, rather than a new capability for the reader.

Read from
Names in the bundlerewind_conversationfork_conversation

See this entry in the whole of v2.1.268 →

Feedback