[docs] Update documentation for features from 2026-05-24#34413
Merged
Conversation
…ID prefix Documents two user-facing changes merged 2026-05-23/24: - #34239: compiler warning when prompts reference /tmp/ or /tmp/gh-aw/ directly. Added a "Temporary File Paths in Prompts" section to the Markdown reference describing the convention and the warning text. - #34291: 5-character model ID prefix (sonNN/gptNN/opuNN/haiNN/gemNN) in the effective-token footer suffix. Updated the {effective_tokens_suffix} description in safe-outputs and footers references to show the new shape. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 24, 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 - 2026-05-24
This PR updates the documentation based on user-facing features merged in the last 24 hours.
Features Documented
/tmp/or/tmp/gh-aw/directly, and the/tmp/gh-aw/agent/convention for temporary files (from compiler: warn when prompt references /tmp/ or /tmp/gh-aw/ directly #34239)son46,gpt55,opu47,hai45,gem25, ...) in the{effective_tokens_suffix}footer template (from Prefix effective-token footer values with deterministic 5-char model IDs #34291)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/markdown.md— Added a Temporary File Paths in Prompts section describing the recommended/tmp/gh-aw/agent/root for agent temp files, the new compiler warning text, and the reserved sibling namespaces (cache-memory/,repo-memory/,mcp-logs/) that are out of scope for the warning.docs/src/content/docs/reference/safe-outputs.md— Updated the{effective_tokens_suffix}variable description in the Custom Messages section to show the new model-ID-prefixed suffix shape (" · ● son46 1.2K") and document the 5-character model identifier convention.docs/src/content/docs/reference/footers.md— Updated the matching{effective_tokens_suffix}mention in the Customizing Footer Messages section so both reference pages agree on the new suffix format.Merged PRs Referenced
compiler: warn when prompt references /tmp/ or /tmp/gh-aw/ directlyPrefix effective-token footer values with deterministic 5-char model IDsAlready-Documented PRs (no extra work needed)
opusplanbuiltin alias to Claude model routing #34263 (opusplanbuiltin alias) — the merging PR already updateddocs/src/content/docs/reference/model-tables.mdto listopusplanand clarify that meta-aliases can bake in model parameters.docs/src/content/docs/guides/upgrading.mdanddocs/src/content/docs/reference/releases.md.Skipped Issues
The following open
documentationissues were reviewed and not addressed in this run — they require larger structural or content edits that are out of scope for a daily incremental update:[deep-report] Add Claude/Codex/Gemini engine examples to 7+ Copilot-only reference docs. This is a multi-file content addition (7+ reference pages each need Claude/Codex/Gemini-flavored examples added alongside the existing Copilot examples). Better suited to a focused per-page PR than a daily catch-all.Docs problem on android Chrome with large user fonts. CSS/layout issue on the published site; requires investigation of the Astro Starlight theme rather than a docs content edit.OWASP Agentic Top 10 compliance evaluation. Cross-component compliance audit spanning gh-aw, firewall, and mcpg; far outside a one-shot docs update.Add WorkQueueOps and BatchOps doc pages under design patterns. New design-pattern pages, requires authored content rather than mechanical doc sync.Meet the workflows points to specific versions, need to keep these up to date. Automation/tooling change to rewrite versioned links; not a manual edit.Provider-based authentication for Claude, Copilot, Codex.Auth model decision still being explored; not safe to draft docs ahead of a settled API.Closed
documentationandcookie-labeled issues from the past 7 days were already addressed by prior PRs ([docs]daily updaters, package-spec PRs, dev consolidation runs) — see PRs #34261, #34218, #34216, #34202, #34196, #34074, #34023, #34017, #34013, #33984.Notes
Most merged PRs in the 24-hour window were internal refactors, CI/lint enforcement, dependency bumps, or workflow-only changes that do not affect user-facing documentation. Notable internal-only items skipped intentionally: #34374 (
panicinlibrarycodeCI gate), #34373 (named sleep constants), #34338 (npm cooldown for engine installs), #34322 (Avenger CI fixer workflow, internal to this repo), #34318 (Go 1.26 bump), #34307 (Claude Code / Copilot CLI / GitHub MCP Server version bumps), #34297 (pkg/parserrefactor), #34225 (workflow temp-path normalization — already covered by the new/tmp/gh-aw/agent/convention being documented here), #34215 (Copilot BYOK fallback model default — internal lockfile/spec change with no new user-facing surface).