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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Session decides for itself whether remote rules may influence approval

You'll notice
Useful4 Signal4
Permissions

A remote host's permission rules only count when you're in auto mode and the tool isn't ask-first.

What

On receiving a needs_approval answer from a remote host, the session checks its own permission mode before letting the host's rules count. The host's allow, soft-deny, hard-deny and environment lines are forwarded to the decision prompt only when the local mode is auto, the host marked the call eligible, and the tool is not in ask-first mode.

Details
  • Each forwarded rule line is trimmed and empty entries dropped.
  • An approval made by the automatic classifier rather than a person is now tracked as such and carried into the recovery path for dropped or timed-out calls.
Evidence

classifierEligible: nn,

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