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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Network-access permission asks can say which background worker raised them

Under the hood
Useful2 Signal3
Sandbox

Network permission asks can now name the background worker that raised them.

What

A request to allow sandboxed network access now carries two optional fields naming the background worker it came from, so the permission prompt and telemetry can tell a worker-originated ask apart from one made by the main session.

Details
  • The fields are a forwarded-from-worker flag and the worker's name; a caller sets both, and a consumer reads the flag into the request's source.
  • No flag guards it: callers exist on both the sending and receiving side.
Evidence

forwardedFromWorker: N(!0).optional()

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