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.116 Home All releases olderv1.0.115 v1.0.117newer
Claude Code v1.0.116

Network Permission Session Memory

What: Remember network access decisions for the current session

How to use:

# When prompted for network access outside sandbox:
# - "Yes" - Allow once
# - "Yes, and allow accessing host:port for this session" - Remember for session
# - "No, and disable accessing host:port for this session" - Block for session

Details:

  • Reduces repetitive permission prompts for trusted hosts
  • Session-scoped - resets when Claude Code restarts
  • Works with sandbox network restrictions
  • Evidence: pNB() at line 431799, Bx6() at line 374794

See this entry in the whole of v1.0.116 →