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.225 Home All releases olderv2.1.224 v2.1.226newer

Bridge reattach can fail hard instead of silently starting a new session

You'll notice
Useful3 Signal0
Remote Control

After re-authenticating, Remote Control reattaches to your existing session or says it's gone, instead of quietly starting a new one.

What

An auth-triggered revive now either reattaches to the same session or reports a dead pointer, rather than quietly creating a fresh session under the old one.

Details
  • REPL bridge session options gained reattachOrFail, reviveInitiated, onAuthProven and onReattachPointerDead.
  • The caller passes reattachOrFail only when a revive was initiated and a previous session id is known.
Evidence

onReattachPointerDead

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.225 →