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

An unused workspace-trust probe that goes through the storage backend

Under the hood
Useful1 Signal3
Permissions

Two new trust checks resolve a project through the storage backend, and nothing calls them.

A storage-backend workspace-trust probe exists but is uncalled; live trust checks still use local paths.

What

Two new functions resolve whether a project is trusted by locating its git root through the storage backend rather than the local filesystem, one returning early unless the backend reports it is serving the workspace itself. Nothing in the bundle calls either; the live trust checks still use the local path helpers.

Details
  • One variant goes through the backend's host-file layer, the other is a plain local-path equivalent.
  • Same theme as other changes here that move workspace access behind the storage backend.
Evidence

e.hostFiles.serving("workspace") !== "host"

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 →