Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Remote bridge tells sign-out and declined refreshes apart from dropped connections

You'll notice
Useful2 Signal2
Remote Control

Remote bridge now tells sign-out and refused credential refreshes apart from ordinary dropped connections.

What

When a remote bridge session loses its credentials, it now distinguishes the host declining to refresh them, a sign-out on this machine, and a 403 refusal, instead of lumping all three in with a generic transport close.

Details
  • A machine-level sign-out stops the session and prints "Signed out on this machine ... — stopping".
  • A 403 close goes through its own handler with its own recovery path.
Evidence

bridge_repl_v2_signed_out

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.238 →