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 ·

History-upload telemetry event name generalized for reuse beyond forking

History-upload telemetry can now log under different event names, not just fork_conversation

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.273,
Under the hood

History-upload telemetry can now log under different event names, not just fork_conversation

What

The internal helper that uploads a session's transcript history to a remote session, and reports telemetry when events get dropped in the process, used to always log under the fixed name rc_fork_conversation. It now takes the event name and a caller-supplied label as parameters instead, so different callers can report under different names.

Why

This lets other features besides conversation forking reuse the same history-upload code while still getting accurate, correctly-labeled telemetry.

See this entry in the whole of v2.1.273 →