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.178 Home All releases olderv2.1.177 v2.1.179newer
Claude Code v2.1.178

NotebookEdit Permission Rules Now Filter by Path

What

The NotebookEdit tool now supports ruleContentField: "notebook_path", meaning permission rules can match against the notebook path specifically.

Details
  • Previously, permission rules for NotebookEdit did not have a path-based content field
  • Now, rules like NotebookEdit(path/to/notebook.ipynb) will correctly match the notebook path
Evidence

Schema change for NotebookEdit tool definition (search for "notebook_path" in context of ruleContentField)

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