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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Bridge shutdown tells the server to stop work earlier

Under the hood
Useful2 Signal1
Cloud Sessions

On shutdown the bridge asks the server to stop sessions before force-killing them.

What

On shutdown the bridge now asks the server to stop each tracked session before waiting for those sessions to exit, rather than after force-killing them, and awaits the results at the end.

Details
  • The stop calls carry the current environment secret, including one obtained by re-registration.
  • Failures are labelled for telemetry under bridge_work_stop: env_gone when the resource is already gone, shutdown_403 for a 403, shutdown_failed otherwise.
Evidence

shutdown_403

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