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.1.133 Home All releases olderv2.1.132 v2.1.136newer

Admin-Controlled Sandbox Binary Paths

Managed settings can now provide absolute paths for Linux/WSL sandbox helper binaries.

Usage
{
  "sandbox": {
    "bwrapPath": "/usr/bin/bwrap",
    "socatPath": "/usr/bin/socat"
  }
}
Details
  • sandbox.bwrapPath overrides bubblewrap auto-detection.
  • sandbox.socatPath controls the sandbox network proxy helper.
  • These paths are only honored from admin-controlled managed settings.
  • Error messages now distinguish “bubblewrap missing” from “configured bwrap path is not executable”.
Evidence

Managed sandbox path descriptions and validation errors (search for "Linux/WSL only: Absolute path to the bwrap" and "sandbox.bwrapPath is set to").

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

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.1.133 →