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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Workflow tool gains run operations, with the auto-approval hook switched off

Not switched on
Useful2 Signal4
Workflows

The workflow tool understands run-based commands that bypass the usual allow and deny rule lookup.

Run operations with put, retract and read are recognised but the surrounding mode is not reachable.

What

The workflow tool now recognises a second input shape carrying a run id plus one of put, retract or read. For those requests, permission checking skips the usual lookup of allow and deny rules by workflow name.

Details
  • An auto-classifier hook is consulted before anything else for these run operations, but the function supplying it returns undefined unconditionally in this build, so that path never contributes a decision.
Evidence

runOpClassifierInput

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