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 releases Home olderv1.0.117 v1.0.119newer

Claude Code v1.0.118

5 entries read diff v1.0.117 → v1.0.118 Markdown

This version temporarily disables the sandbox security system while adding SOCKS5 proxy infrastructure and fixing a symlink resolution bug in CLAUDE.md file processing.

Find
Pick an entry · j / k steps through
5 entries

Changesopen

Sandbox System Temporarily Disabled#

What: The entire sandbox wrapping system has been disabled, causing all commands to run without filesystem or network restrictions.

Details:

  • The sandbox wrapper function nx6() at line 375662 now returns early, bypassing all sandbox logic
  • Both macOS (sandbox-exec) and Linux (bwrap) sandboxing are non-functional
  • Commands execute with full system access instead of isolated environments
  • This appears to be a temporary disable, likely for debugging or testing purposes
  • Evidence: nx6() at line 375662 returns input unchanged, making all subsequent sandbox code unreachable

Impact: Users expecting sandboxed execution will have NO security isolation in this version. Commands run with full system privileges.

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.

Improved Async Cleanup for Proxy Servers#

What: Proxy server cleanup is now properly awaited and handles both HTTP and SOCKS5 proxies.

Details:

  • Function YC0() at line 375687 now uses Promise.all() to wait for all proxies to shut down
  • HTTP proxy cleanup properly awaited instead of fire-and-forget
  • SOCKS proxy cleanup added for the new proxy type (lines 375714-375722)
  • Both proxies shut down in parallel for faster cleanup
  • Prevents race conditions and leaked proxy processes during shutdown
  • Evidence: YC0() at line 375687 changed from synchronous to async with Promise-based cleanup

Impact: More reliable shutdown process with no leaked background processes.

AWS Bedrock SDK Updated#

What: Internal AWS Bedrock SDK dependencies refreshed with updated function identifiers.

Details:

  • Approximately 8,498 function names were renamed due to bundler minification changes
  • No functional changes to AWS SDK behavior
  • Removed variables Hl1, if0, trA and added equivalents Nl1, af0, prA
  • All AWS Bedrock command classes and serialization functions updated
  • Evidence: Variables at lines 5314-5390 show minified name changes

Impact: No user-visible changes; internal dependency maintenance only.

Related

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

Verbatim
No official entry

Not individually listed upstream

v1.0.118 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.