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

Trusting a folder no longer trusts it via a directory above the repository

You'll notice
Useful4 Signal3
Permissions

Trusting your home folder no longer silently trusts every project beneath it.

What

Deciding whether you have already accepted the trust prompt for a directory used to search every parent folder up to the filesystem root, so trusting something like your home directory silently trusted everything beneath it. The search is now bounded to the enclosing repository root and returns "not trusted" as soon as it would step above it.

Details
  • The bound is a prefix check against the resolved repository root, so an accepted ancestor outside that root is rejected.
  • The old skipCanonicalKeyProbe option is renamed advisoryNoFsProbe and still performs the unbounded walk, without touching the filesystem.
Evidence

hasTrustDialogAccepted

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 →