[Bug] Documentation: Custom proxy configuration example missing "network" wrapper block

Resolved 💬 2 comments Opened Oct 30, 2025 by DrewGregory Closed Oct 30, 2025

Bug Description
Hi! I found a tiny bug in the Claude Code documentation. This section references the following example sandbox settings:

{
  "sandbox": {
    "httpProxyPort": 8080,
    "socksProxyPort": 8081,
  }
}

This example is missing the intermediary "network" block.

{
  "sandbox": {
    "network": {
      "httpProxyPort": 8080,
      "socksProxyPort": 8081
    }
}

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗