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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Session-scoped permission answers describe the rules they actually add

You'll notice
Useful3 Signal1
Permissions

"Yes, during this session" now describes exactly the rules and directories it grants.

What

The "Yes, during this session" choice on a permission prompt is now built from the rules, mode and directories the answer would grant, rather than a hand-written label per case, so the wording matches what is really being allowed.

Details
  • Adds a label for the read-only rule family, for example "Yes, allow reading from ".
  • A dedicated predicate marks the read rule family that carries no shell tool, so read grants are not described as command permissions.
Evidence

Yes, allow reading from

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