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

Resumed bridge sessions drain instead of replaying

You'll notice
Useful3 Signal3
Remote Control

Restarting the remote bridge no longer replays sessions that already reconnected.

What

Each session the remote-control bridge picks up is removed from its saved active list as it is serviced, so a restart does not replay sessions that already reconnected. Warnings about not being able to reuse the previous environment are now suppressed when resuming one specific session.

Details
  • The removal rewrites the pointer file through the serializing write queue.
  • Startup registers print-mode signal handling before installing the SIGINT, SIGTERM and SIGHUP handlers.
  • Suppressed message: "Warning: Could not reuse the previous environment. Existing claude.ai/code sessions from the previous run will not reconnect."
Evidence

Warning: Could not reuse the previous environment. Existing claude.ai/code sessions from the previous run will not 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.248 →