Skills
Claude Code can now show a diff of what a Bash command changed, and tag OTEL metrics with repository attributes
The `bashEditDiffEnabled` setting appends a diff of the files a Bash command changed to the Bash tool result when Bash handles the edit, which closes the blind spot where sed/heredoc edits produced no reviewable change record. `OTEL_METRICS_INCLUDE_REPOSITORY` tags OpenTelemetry metrics and events with `vcs.*` repository attributes, and with `OTEL_LOG_TOOL_DETAILS` commit events also carry `vcs.ref.head.*`. Together these make per-repo agent spend and per-repo edit auditing possible without custom instrumentation.
↳ Follow the thread