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

Leaked recovery-flag detection and worker-credential recovery cap

You'll notice
Useful2 Signal0
Remote Control

Remote Control auth recovery stops looping forever when a credential keeps failing or a flag sticks.

What

Two guards were added to Remote Control auth recovery so a stuck flag or a repeatedly failing credential no longer loops forever.

Details
  • If the auth-recovery in-flight flag is still held past a computed ceiling, the close is handled directly and logged as leaked.
  • Close code 4094 gets its own attempt counter.
  • Recovery gives up after repeated failures with no successful heartbeat in between.
Evidence

worker-credential recovery exhausted after

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 →