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 ·

Remote-bridge REPL sessions gain fork-conversation and pending-prompt-count hooks

Remote-bridge REPL sessions gain hooks for forking a conversation and checking for pending prompts

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

Remote-bridge REPL sessions gain hooks for forking a conversation and checking for pending prompts

What

The session builder used for remote and headless REPL sessions (the Remote Control v2 transport handler) now passes two new items into each connection's configuration: an onForkConversation callback, and a hasPendingPrompts() function that reports whether there are prompts still waiting to be handled. These sit alongside the existing onMcpSetServers, outboundOnly, and writeFrame fields.

Why

The finding doesn't say what calls these new hooks or what user-facing feature they support, only that the plumbing for forking a conversation and checking pending-prompt state is now in place for remote sessions.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat feature uses these hooks, and what effect they have for someone using Remote Control, isn't established by the evidence.

See this entry in the whole of v2.1.273 →