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.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What the second argument to `onInboundMessage` carries or is used for is not stated.