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.