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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

A Bash call using dangerouslyDisableSandbox no longer blocks remote execution

You'll notice
Useful3 Signal3
Sandbox

A Bash call using dangerouslyDisableSandbox can still run on a remote device instead of being forced local.

dangerouslyDisableSandbox
What

The check that decides which tool input fields prevent a tool call from running on a remote device now filters dangerouslyDisableSandbox out of that list, so its presence alone no longer forces local execution.

Details
  • The filter is a build-time set containing only that one name plus an empty spread, so further exemptions can be added without changing the surrounding code.
  • In the previous build the same helper returned the refusing-field list unfiltered.
Evidence

dangerouslyDisableSandbox

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