Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Plugin-provided tools (e.g. plugin install card) now built via a create() factory instead of a plain object

Some plugin-provided tools now build their call handler through a create() factory instead of a plain object

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

Some plugin-provided tools now build their call handler through a create() factory instead of a plain object

What

Several plugin tool definitions, including the inline plugin-install card tool and an inter-agent reporting tool, were restructured so that their call method is now returned from a create() method, instead of being defined directly as a property on the tool object.

Why

This is an internal restructuring of how these plugin tools are built; the finding does not indicate any change to what these tools do.

See this entry in the whole of v2.1.269 →