Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Internal refactor of rewind_conversation target validation in the remote/headless bridge

rewind_conversation's target-validation logic pulled into a single shared helper

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.273,
Under the hood

rewind_conversation's target-validation logic pulled into a single shared helper

What

The code behind rewind_conversation (which lets a remote or headless connection jump the conversation back to an earlier message) has had its target-validation logic consolidated into one helper function. That helper now handles finding the target message, checking for stale or unseen targets, handling poll-tool-result targets, and checking delivered poll events within range, returning either a refusal or a description of what to cut. Other nearby code for re-homing the working directory over MCP and for handling messages/poll events was renamed but not otherwise changed.

Why

This further consolidates rewind's target-finding logic into a single, more maintainable helper, continuing earlier work to share this logic rather than adding new capability for users.

See this entry in the whole of v2.1.273 →