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

Plugin install/update telemetry now records git commit SHA

Plugin install/update telemetry now also records the plugin's install location and, for updates, its git commit SHA

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.280,
Under the hood

Plugin install/update telemetry now also records the plugin's install location and, for updates, its git commit SHA

What

The tengu_plugin_installed_cli and tengu_plugin_updated_cli telemetry events (sent when a plugin is installed or updated from the command line) now include extra fields:

  • a set of fields keyed off the plugin's install location, sent with both events
  • the plugin's git commit SHA, sent with the update event only

This builds on the marketplace-catalog verification step added earlier, which confirms a plugin exists in the marketplace before logging it and otherwise falls back to a redacted, third-party record.

Why

Recording the install location and commit SHA gives more precise identification of exactly which plugin version was installed or updated, on top of the existing marketplace verification.

See this entry in the whole of v2.1.280 →

Feedback