Conversation
- Update gh aw audit diff signature to reflect multi-run support: accepts one base run and one or more comparison runs (from #24544) - Document token usage diff breakdown (input/output/cache tokens, API requests, cache efficiency) added in #24544 - Document JSON array output and divider behavior for multiple diffs - Add lock file header section to workflow-structure.md documenting the gh-aw-metadata first-line placement and the Secrets/Custom actions manifest sections added in #24495 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 - 2026-04-04
This PR updates the documentation based on features merged today.
Features Documented
audit diffand token usage breakdown (from feat: support token usage diff and multiple comparison runs in audit diff command #24544)📝 Detailed Changes & References
Changes Made
Updated
docs/src/content/docs/reference/audit.md:audit diffsignature from<run-id-1> <run-id-2>to<base-run-id> <comparison-run-id> [<comparison-run-id>...]gh aw audit diff 12345 12346 12347 12348Updated
docs/src/content/docs/reference/workflow-structure.md:gh-aw-metadataas the first line (machine-readable, reliable parsing)# Secrets used:and# Custom actions used:sections with an annotated exampleMerged PRs Referenced
Notes
DefaultEngineconstant and replace semantic-default uses ofCopilotEngine#24554 (addDefaultEngineconstant) is an internal refactor with no user-facing docs impact; the engines.md already documents thatengine:can be omitted for Copilot.engine: copilotin add/add-wizard; add blank line separator before source #24539 (skip writingengine: copilotin add/add-wizard) aligns CLI behavior with existing docs — no docs change needed.