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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Remote Control stops retrying forever when the server is unreachable

You'll notice
Useful3 Signal2
Remote Control

Remote Control now gives up after roughly 30 minutes of failed reconnects and tells you why.

What

When a Remote Control session drops because presence heartbeats are failing (close code 4093), the credential re-mint loop now gives up after about 14 attempts and fails the session with a plain explanation that it could not reach the server for about 30 minutes, instead of retrying indefinitely.

Details
  • The cap applies only to close code 4093. Other close codes still retry without a limit.
  • Successful reconnects and the existing recovery-exhausted path now report how many re-mint attempts were made.
Evidence

could not reach the Remote Control server for about 30 minutes

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.232 →