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

Repo-root registration returns the requested path in some modes

Under the hood
Useful1 Signal2
Elsewhere

Registering a directory can now echo back the path you asked for rather than the resolved one.

What

After registering a directory, the reply's directory field is the path you asked for in one mode and the resolved path otherwise; it was always the resolved path before.

Details
  • Failures now go through one handler that receives the tool name, and directory-add path resolution errors are logged in detail before a sanitised failure is returned.
Evidence

register_repo_root: directory is outside the allowed registration scope

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 →