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

Sandbox network prompt shows where the request came from

You'll notice
Useful4 Signal3
Sandbox

Sandbox network prompts show what asked, and stale prompts can no longer be answered.

What

The prompt asking whether to allow a network connection out of the sandbox now shows which source made the request and tracks a per-host connection budget. Once the request is superseded, the option list is disabled so a stale prompt cannot be answered.

Details
  • The disable step is driven by an internal guard value whose meaning is not spelled out in the build, so which conditions trip it beyond a superseded request is decided elsewhere in the request lifecycle.
Evidence

requestSource: Uye

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 →