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

Cloud work bridge tracks startup re-queues and busy sessions

Under the hood
Useful2 Signal3
Cloud Sessions

The cloud work bridge retries leftover jobs from a previous run and tracks busy sessions.

What

The component that hands cloud work to sessions now re-queues jobs left over from a previous run through its own retry loop, reports when a re-queue has to be dropped, and notifies callers whenever the number of busy sessions changes.

Details
  • Startup re-queues are supplied as a separate input from ordinary work and get their own retry loop and drop telemetry.
  • A busy-change callback fires when the set of busy sessions grows or shrinks.
  • A poll result of "aborted" now shuts the bridge down cleanly instead of continuing.
Evidence

y("bridge_shutdown_requeue", "requeue_dropped")

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 →