[docs] Update documentation for 2026-04-02 features#24170
Merged
Conversation
- Add engine.token-weights reference section to engines.md (PR #24134) - Update frontmatter-full.md with token-weights schema and fix memory default (documents 6g default, closes #23950) - Add new audit.md reference page for gh aw audit/diff/report (closes #23957) - Add audit diff/report cross-references to debugging.md and cost-management.md - Quick Start: define frontmatter on first use, clarify COPILOT_GITHUB_TOKEN distinction from GITHUB_TOKEN (from issue #24115) 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-02
This PR updates the documentation based on features merged in the last 24 hours and addresses open documentation issues.
Features Documented
engine.token-weightsfrontmatter option (from feat: add custom model token weights in engine frontmatter #24134) — New section inengines.mdcoveringmultipliersandtoken-class-weightswith a usage example;frontmatter-full.mdupdated with the full schemafrontmatter-full.mdnow explicitly states the6gdefault instead of "AWF's default" (closes Docs: clarify default AWF memory limit (6g) #23950)reference/audit.mdcovering all three subcommands (gh aw audit,gh aw audit diff,gh aw audit report) with flags, examples, and output descriptions (closes docs: add audit command reference page #23957)COPILOT_GITHUB_TOKENis distinct fromGITHUB_TOKEN(from [plan] Fix documentation issues from noob tester audit (discussion #24114) #24115)audit diff/audit reportexamples and a link to the new audit reference page indebugging.md; added audit links tocost-management.mdrelated docs sectionDetailed Changes & References
Changes Made
docs/src/content/docs/reference/engines.md— Added "Custom Token Weights (token-weights)" sectiondocs/src/content/docs/reference/frontmatter-full.md— Addedtoken-weightsto engine Option 2 schema; fixed memory default comment to say6gdocs/src/content/docs/reference/audit.md— New file: complete reference forgh aw audit,gh aw audit diff,gh aw audit reportdocs/src/content/docs/reference/cost-management.md— Updated tip to mentionaudit reportfor trends; added audit and effective-tokens to Related Documentationdocs/src/content/docs/setup/quick-start.mdx— Linked "frontmatter" definition on first use; clarified COPILOT_GITHUB_TOKEN distinctiondocs/src/content/docs/troubleshooting/debugging.md— Addedaudit diffandaudit reportexamples with link to new audit referenceMerged PRs Referenced
Open Issues Addressed
Notes
{effective_tokens},{effective_tokens_formatted},{effective_tokens_suffix}) were already documented insafe-outputs.mdandfooters.mdby PR feat: add effective token template expressions to all footer templates #24150 — no additional changes needed there.astro.config.*or structural nav changes — those are beyond scope for a pure docs PR.