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 reconnect budget is now hourly plus daily

You'll notice
Useful3 Signal3
Remote Control Notable

Remote Control now allows 3 reconnects per hour and 72 per day, with healthy periods forgiven.

What

The single "rebuilds in the last hour" counter is replaced by a budget of 3 recoveries per hour and 72 per 24 hours, and ten minutes of healthy heartbeats forgives the current window so a long-running session is not spent by an old rough patch.

Details
  • Exhaustion is reported as heartbeat_budget_exhausted with a window_h field saying which window ran out.
  • The message reads "the connection to the Remote Control server kept dropping after each reconnect", with a separate 24-hour variant.
  • The recovery_exhausted event now also records the WebSocket close_code.
Evidence

the connection to the Remote Control server kept dropping after each reconnect

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