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

Trust dialog gets a stricter variant when a directory is only trusted through its parent

You'll notice
Useful4 Signal2
Permissions

The trust prompt got rewritten and now ignores an Enter or Esc that arrives too fast.

/cd
What

The trust-this-directory prompt was rewritten and now has a second form used when you /cd into a directory whose own settings want to grant project permission rules or extra directories. Its title is "Now in a new directory:", and the buttons read "Yes, trust it and apply them" / "No, keep them off". Both forms now ignore a confirm or cancel that arrives within a short window of the dialog appearing, so an Enter or Esc already in flight cannot answer it for you.

Details
  • The stricter form is chosen by the caller, not by a flag or setting; the /cd flow requests it when project grants are gated.
  • Its body explains that the directory's settings declare project permission rules and/or additional directories that apply only on explicit trust, even though the directory is currently trusted via a parent.
  • The keypress guard applies to both confirm and cancel.
Evidence

Its settings declare project permission rules and/or additional directories. They apply only if you trust this directory explicitly (it is trusted through a parent directory so far).

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