What's wrong with this entry?
Anonymous. No account, no email.
What
The NotebookEdit tool now supports ruleContentField: "notebook_path", meaning permission rules can match against the notebook path specifically.
Details
- Previously, permission rules for
NotebookEditdid 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.