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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Clearer error when remote control credentials, not the server, are the problem

You'll notice
Useful3 Signal2
Remote Control

Remote control now says credentials are unavailable instead of blaming the network.

What

The retry loop that re-mints remote-control worker credentials now says "Remote Control credentials unavailable" on some failures instead of always reporting the server as unreachable, so a credential problem no longer looks like a network problem.

Details
  • Both messages still come from the same exponential-backoff retry loop; which one appears is chosen by an internal flag, and what sets that flag is not visible from the message site.
Evidence

Remote Control credentials unavailable

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