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.260 ·

Push-notification and connector-search tools refactored to a create()-based lazy-injection pattern

Several tools were refactored to a lazy dependency-injection factory pattern.

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

Several tools were refactored to a lazy dependency-injection factory pattern.

The send-notification, connector search/lookup/list, remote-trigger management, and project tools were restructured from a flat call(e,t) signature to a create({credentials, mcpClients, ...}) factory that returns call/checkPermissions closures. This is an internal dependency-injection change with no described behavior difference.

See this entry in the whole of v2.1.260 →

Feedback