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 ·

Plugin telemetry site map gains command.run and command.describe hooks

Plugin hook telemetry adds command.run and command.describe event types

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

Plugin hook telemetry adds command.run and command.describe event types

What

The internal dispatch table that instruments plugin hooks for telemetry adds two new event types, command.run and command.describe, alongside existing ones such as tool.call and prompt.submit.

Why

This extends telemetry coverage to plugin hooks tied to running and describing commands, building on the existing set of hookable events like tool.call and prompt.submit that plugins built from function hooks can already listen for.

See this entry in the whole of v2.1.265 →

Feedback