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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Sandbox binary paths in project settings are surfaced at the trust prompt

You'll notice
Useful3 Signal3
Sandbox

Sandbox binary paths set by a project now show up in the folder trust prompt before you accept.

sandbox.bwrapPathsandbox.ripgrepsandbox.socatPath
What

When a project's settings set sandbox.bwrapPath, sandbox.ripgrep or sandbox.socatPath, those keys now appear in the summary shown before you trust the folder, and their presence disqualifies the settings file from the shortcut that auto-trusts files containing only environment variables.

Details
  • The three keys are reported by name, for example sandbox.ripgrep.
  • A separate check gates the quiet-trust path, so such a file always requires an explicit decision.
Evidence

"bwrapPath", "ripgrep", "socatPath"

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

See this entry in the whole of v2.1.232 →