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 Control client: compressible bodies, agent-scoped event reads, cancellable retries

Under the hood
Useful1 Signal4
Sessions

The remote control client can compress requests, cancel retries and read one agent's events.

What

The client that talks to the Remote Control worker can send requests through an injectable compressing fetch when one is supplied, falling back to plain fetch otherwise. It also gained a read of a worker's internal events scoped to one agent, and its retry helpers can now be cancelled.

Details
  • The new read hits /worker/internal-events filtered by agent, pages 1000 items at a time, and has its own attempt cap and abort signal.
  • The retry and pagination helpers take a maximum attempt count and a signal, combined with the existing 30 second timeout, and stop early when aborted.
  • Response bodies are drained through a helper rather than cancelled directly.
Evidence

/worker/internal-events

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 →