Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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.118 Home All releases olderv1.0.117 v1.0.119newer
Claude Code v1.0.118

SOCKS5 Proxy Support Infrastructure Added

What: Linux network bridge now supports both HTTP and SOCKS5 proxy ports for future sandbox use.

Details:

  • Function gBB() at line 375277 now accepts both HTTP and SOCKS proxy port parameters
  • Returns both httpProxyPort and socksProxyPort in the bridge configuration (lines 375327-375328)
  • Environment variables configured for gRPC, Docker, and Cloud SDK to use SOCKS proxies
  • Infrastructure is in place but not active due to sandbox being disabled
  • Evidence: gBB() signature changed from (A) to (A, B) at line 375277, with new return structure including both ports

Note: This enhancement will only be effective when the sandbox system is re-enabled.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v1.0.118 →