[Bug] Documentation: Custom proxy configuration example missing "network" wrapper block
Status Fixed / completed
Maintainer reply None cached
Activity 2 comments · opened Oct 30, 2025 · 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
}
}This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗