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.0.43 Home All releases olderv2.0.42 v2.0.44newer
Claude Code v2.0.43

Filesystem and Network Configuration

What changed: Filesystem and network restriction configuration now uses dedicated getter functions with clearer interfaces.

Details:

  • Ij6() retrieves filesystem read configuration
  • Gj6() retrieves filesystem write configuration
  • Zj6() retrieves network restriction configuration
  • P$Q() checks if local binding is allowed
  • L$Q() retrieves ripgrep-specific configuration
  • y$Q(), k$Q(), _$Q(), x$Q() get HTTP/SOCKS proxy ports and socket paths
  • Evidence: Ij6(), Gj6(), Zj6(), P$Q(), L$Q() functions for configuration access

See this entry in the whole of v2.0.43 →