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 v1.0.112 Home All releases olderv1.0.111 v1.0.113newer
Claude Code v1.0.112

Enhanced Network Sandboxing with Allow-Lists

What: Fine-grained network access control for sandboxed bash commands How to use:

# Network sandboxing now supports allow-lists for specific hosts
# Configured through internal settings: sandbox.network.allow

Details:

  • NetworkManager filters connections based on configured allow-list
  • Blocks all network access except explicitly allowed hosts
  • Logs allowed and blocked connections for transparency
  • Works with HTTP proxy for controlled network access
  • Evidence: NetworkManager implementation at line 373982-374129 in v1.0.112

See this entry in the whole of v1.0.112 →