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 ·

REPL bridge account-reattach flow: internal refactor with a widened inbound-message callback

REPL bridge reattach logic renamed internally, and its inbound-message callback now takes two arguments

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

REPL bridge reattach logic renamed internally, and its inbound-message callback now takes two arguments

What

The logic in Claude Code's REPL bridge that handles automatically reattaching an account after an identity mismatch (around ownership of a stashed session) was heavily renamed internally. Its onInboundMessage callback, which handles incoming messages, now receives two arguments instead of one.

Why

This is mostly internal cleanup, but the widened callback signature means the reattach flow now has access to more information when handling an inbound message.

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 the second argument to `onInboundMessage` carries or is used for is not stated.

See this entry in the whole of v2.1.271 →