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

Serviced bridge sessions are dropped from the saved active list

Under the hood
Useful2 Signal2
Remote Control

The bridge removes handled sessions from its saved list so it doesn't reclaim old work.

What

The remote-control bridge now tracks whether each session is busy and removes sessions from its saved active-session list once spawned or exited, so a bridge that reconnects after a restart stops claiming work it already handled.

Details
  • A per-session busy flag is set on tool start and streamed text, and cleared on result or error.
  • When the saved list empties, both it and its timestamp are deleted from the pointer file.
  • Part of the claude remote-control poll loop; no flag.
Evidence

activeSessionIdsPersistedAt

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 →