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

Platform Detection

What changed: Improved platform detection and validation for sandbox compatibility.

Details:

  • ON() detects platform (macOS, Linux, Windows, unknown)
  • W$Q() checks Linux bwrap/socat availability
  • Zv1() validates if sandboxing is supported on the current platform
  • Better error messages when sandbox dependencies are missing
  • Evidence: ON() for platform detection, W$Q() for Linux dependency checking, Zv1() for support validation

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 v2.0.43 →