[docs] Update documentation for features from 2026-04-26#28577
Merged
Conversation
- audit.md: document tokens-per-turn and tool calls/bash command breakdown in diff output (PR #28494) - frontmatter.md: add Observability section documenting observability.otlp configuration, object-form OTLP headers (PR #28524), and gen_ai.* span attribute conventions replacing gh-aw.* (PR #28511) - cli.md: update audit diff description to include new output fields (PR #28494) - cache-memory.md: document cache path misconfiguration detection via missing_data signal (PR #28516) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Apr 26, 2026
This was referenced Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates — April 26, 2026
This PR updates the documentation based on features and changes merged in the last 24 hours.
Features Documented
📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/audit.md: Added tokens-per-turn metric, tool call breakdown, and bash command breakdown to the Diff output section.docs/src/content/docs/setup/cli.md: Updated the single-sentence diff description to mention new output fields.docs/src/content/docs/reference/frontmatter.md: Added a new Observability section documentingobservability.otlpconfiguration — preferred map form forheaders, deprecated string form with migration note, and a table ofgen_ai.*agent span attributes (replacing the oldgh-aw.*names).docs/src/content/docs/reference/cache-memory.md: Added troubleshooting entry for cache path misconfiguration detected viamissing_datasignal.Merged PRs Referenced
Skipped Issues
None of the open documentation issues (#22001, #20391, #16498) were addressed in this run — they require separate structural investigation beyond the scope of today's code changes.
Notes
The
gen_ai.*span attribute change (#28511) is a breaking change for users who built OTLP dashboards using the oldgh-aw.model/gh-aw.tokens.*attribute names. The new Observability section infrontmatter.mdincludes a callout flagging this.