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

claude edit-hook now emits telemetry for its outcomes

The hidden claude edit-hook command now sends telemetry for each outcome

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

The hidden claude edit-hook command now sends telemetry for each outcome

What

claude edit-hook is a hidden command that the VS Code extension uses internally to apply changes to hooks (scripts that run automatically at certain points). It now sends telemetry events recording what happened each time it runs: whether it was invoked from a terminal (TTY), whether the input it received was invalid JSON, which error code caused a failure, or whether it succeeded.

Why

This gives visibility into how reliably the VS Code extension's hook-editing feature is working, without changing what the command does for anyone using it.

See this entry in the whole of v2.1.271 →