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

New 'fork conversation' remote-control op with fork-failure telemetry

Failed 'fork conversation' remote-control attempts now log dedicated telemetry and a clear error

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

Failed 'fork conversation' remote-control attempts now log dedicated telemetry and a clear error

What

A new function handles a failed attempt to fork a conversation via remote control, logging rc_fork_conversation telemetry and returning a structured result: {forked: false, error: 'fork failed', reason: 'fork_failed'}.

Why

This gives failed conversation-fork attempts a clear, trackable error instead of an unhandled or ambiguous failure.

See this entry in the whole of v2.1.271 →