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 ·

Plugins can now pre-check a tool call via $.tool.check

Plugins can now check if a tool call would be allowed without actually running it, via $.tool.check.

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindNew Featuresin v2.1.269,
Use it now Notable

Plugins can now check if a tool call would be allowed without actually running it, via $.tool.check.

What

A new function, $.tool.check, is available to plugin scripts (hooks that extend Claude Code's behavior). It takes the same input as an actual tool call, an object of the tool's arguments, and runs it through the same permission pipeline used for real tool calls, but only to ask whether the call would be allowed, without executing it.

Why

Plugins can now confirm a tool call is permitted before triggering it for real, letting them make decisions or ask the user ahead of time instead of finding out only after running the tool.

See this entry in the whole of v2.1.269 →