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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Remote session manager tracks worker liveness explicitly

Under the hood
Useful2 Signal2
Sessions

Remote sessions now log and notify when the remote worker connects or disappears.

What

The manager now logs whether the remote worker is reported connected, disconnected or in an unknown state, resets a per-connection flag on reconnect, and notifies when the worker disappears.

Details
  • The underlying client is constructed with a predicate deciding whether to keep redialling, driven by the stream redial setting or by whether this machine is serving requests.
Evidence

onWorkerConnectionStatus

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