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

"Don't ask again" options carry a pre-checked rule instead of building one on the spot

Under the hood
Useful2 Signal2
Permissions

"Don't ask again" buttons now carry a pre-checked rule, so what you approve is what gets saved.

What

Chrome/domain, Skill, Bash-prefix, plan-mode and MCP permission dialogs no longer assemble a permission rule when you click the button. Each option is created up front as a row holding both its label and the exact rule it would write, and that rule is frozen and checked for being plain data before anything is saved.

Details
  • The check rejects functions, accessors, symbol keys and non-plain prototypes in the rule payload.
  • If the row is missing or fails its check at answer time, the dialog falls back to a plain one-time allow or a deny, and writes no rule.
  • The always-allow row is withheld entirely when the request came from a safety check that a classifier cannot approve, when org policy caps it, or when the host contains a wildcard.
Evidence

deepFreezePlainData: accessor property in mint input

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 →