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 ·

REPL bridge child auto-revive/reconnect flow renamed/reworked; new onForkConversation control op

Remote-control bridge session gains an onForkConversation control op, plus a reworked reconnect flow

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.273,
Under the hood No documentation found

Remote-control bridge session gains an onForkConversation control op, plus a reworked reconnect flow

What

The code handling the remote-control mirror session (the "bridge" that lets a remote session shadow a local one) was substantially reshuffled internally, mostly renaming variables from a rebuild. It also gained a new onForkConversation control operation: a remote bridge session can now request forking the conversation, using a snapshot of the messages, the current turn-activity state, and the length of any queued commands, and the resulting child bridge session is then recorded.

Why

This lets a remote-control session trigger a conversation fork remotely, extending what remote sessions can do to a locally-running Claude Code session.

Read from
Names in the bundleonForkConversation

See this entry in the whole of v2.1.273 →

Feedback