What's wrong with this entry?
Claude Code now tracks a broader set of git and GitHub PR operations, beyond just git commit and gh pr create.
- Newly tracked operations:
git push,gh pr edit,gh pr merge,gh pr comment,gh pr close,gh pr ready - Telemetry events emitted as
tengu_git_operationwith specific operation tags (e.g.,pr_edit,pr_merge) - Enables better understanding of Claude's git workflow patterns
Expanded PR regex list (search for "pr_edit") — in6 at line ~308673
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.