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

Directory trust can be judged strictly from saved state

Under the hood
Useful2 Signal3
Permissions

Directory trust can now be decided strictly from saved state when the host serves your files.

What

Building the permission context is now asynchronous, and when the newer storage layout is in use and workspace files are served by the host it computes a strict-persisted-trust value that feeds both the deny rules and the list of additional working directories.

Details
  • Requires storage version 5 and hostFiles.serving("workspace") returning "host".
  • In every other configuration the options object is empty and trust is decided exactly as before.
Evidence

strictPersistedTrust

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