Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

NotebookEdit tool converted to per-call factory pattern, now requires the originating message

NotebookEdit now requires knowing which message triggered it, matching other tools' internal structure

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTooling Architecturewhat it touches
KindInternal Changesin v2.1.265,
Under the hood

NotebookEdit now requires knowing which message triggered it, matching other tools' internal structure

What

The NotebookEdit tool's permission-checking, input-validation, and execution logic have been moved into a per-call factory function, matching the pattern already used by other tools that are scoped to a specific agent or session. As part of this, NotebookEdit's execution step now throws an error if it can't find the message that originally issued the call.

Why

This is an internal restructuring that brings NotebookEdit in line with how other tools are built, and it tightens the tool so it fails loudly if it ever loses track of the message that triggered it, rather than proceeding with missing context.

Read from
Names in the bundleNotebookEdit
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Create custom subagents touched a line naming NotebookEdit after this was published. The second filter applies to subagents running in the background. Apart from `Agent` and `ExitPlanMode`, which follow the first filter's conditions wherever the subagent runs, a background subagent keeps every MCP tool but only these built… sub-agents see the edit
Confirmed since Anthropic's documentation has since written up NotebookEdit, on Create custom subagents. The second filter applies to subagents running in the background. Apart from `Agent` and `ExitPlanMode`, which follow the first filter's conditions wherever the subagent runs, a background subagent keeps every MCP tool but only these built… sub-agents see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up NotebookEdit, on Create custom subagents.

See this entry in the whole of v2.1.265 →

Feedback