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.224 Home All releases olderv2.1.223 v2.1.225newer

sandbox.ignoreViolations can now be scoped to specific commands

Use it now
Useful4 Signal2
Sandbox Notable

You can silence sandbox violations for one command instead of all of them.

What

Violation suppression is no longer all-or-nothing. A "*" key still applies to every command, and other keys are matched against the command text so you can silence violations for one command only.

Details
  • Recorded violations now carry the command, its encoded form and a timestamp.
  • The command text is recovered from a bounded cache of encoded commands, falling back to a decode that strips control characters.
Evidence

ignoreViolations

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