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

Fork-conversation now rejects targets that split a tool call

Forking a conversation now refuses fork points that would split a tool call from its result

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

Forking a conversation now refuses fork points that would split a tool call from its result

What

When forking a conversation at a specific message, Claude Code now checks whether that fork point would separate a tool call (tool_use) from its result (tool_result). If it would, the fork is refused with an error instead of proceeding.

Why

This prevents creating a forked conversation whose transcript would be invalid because a tool call is missing its matching result.

See this entry in the whole of v2.1.274 →