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.265 ·

Rewind failure reasons switched from free-text strings to stable machine codes

Rewind failure reasons are now stable codes instead of free-text messages

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

Rewind failure reasons are now stable codes instead of free-text messages

What

Rewind (the feature that lets you roll conversation history back to an earlier point) used to report failures as human-readable strings like "commands queued", "target not found", "stale target", or "poll tool_result target". These are now built through a shared helper and expressed as snake_case codes: commands_queued, target_not_found, stale_target, poll_tool_result_target.

Why

Stable codes are easier to match on programmatically (for logging, telemetry, or tooling) than free-text messages that could change wording. This doesn't change what rewind does, just how its failures are labeled internally.

Read from
Names in the bundlecommands_queuedtarget_not_foundstale_target

See this entry in the whole of v2.1.265 →

Feedback