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

Forking now requires the fork point to be durably recorded

Forking a session now fails outright if the fork point can't be saved, instead of silently continuing

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSessionswhat it touches
KindBug Fixesin v2.1.273,
You'll notice

Forking a session now fails outright if the fork point can't be saved, instead of silently continuing

What

When Claude Code creates a forked or background session, it now treats writing the fork point (a marker recording where the fork branched off, along with the last prompt) as required, separate from the fork briefing text, which stays optional. If the required fork-point marker fails to write, forking now fails with an explicit error. Previously, a failed write here only logged a warning and the fork went ahead anyway.

Why

This stops a fork from silently proceeding without a properly recorded starting point, which could otherwise lead to a forked session that doesn't know exactly where it branched from.

See this entry in the whole of v2.1.273 →

Feedback