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 ·

Edit/Write/NotebookEdit-style tools refactored to a per-session create() factory

Edit, Write, and Read/PDF tools were refactored internally to build themselves from a per-session factory function

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

Edit, Write, and Read/PDF tools were refactored internally to build themselves from a per-session factory function

What

The internal implementation of tools like Edit, Write, and the reader that handles files and PDFs was restructured. Previously each tool had flat methods for checking permissions, validating input, and running. Now each tool has a create() factory function that builds those methods bound to the specific session and context of the current invocation, giving uniform access to things like permissions, the tool list, remote-call handling, and the active model.

Why

This is an internal code reorganization with no described effect on what these tools do from a user's perspective; it standardizes how the tools are built internally.

See this entry in the whole of v2.1.265 →

Feedback