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 host allowances refused when they widen into a wildcard

You'll notice
Useful2 Signal2
Sandbox

Sandbox network grants are refused when the host would expand into a wildcard match.

What

Granting a sandboxed session access to a network host now fails if that host, once normalized, spells out as a wildcard pattern. Claude Code logs a warning and declines rather than quietly allowing a much broader match than you asked for.

Details
  • Runs on every session-level sandbox host grant; no flag turns it off.
Evidence

Refusing a session grant for a host srt would re-spell as

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 →