[instructions] Sync instruction files with release v0.79.8#39043
Merged
Conversation
Mark max-runs as deprecated alias of max-turns, replace stale effective_tokens example with ai_credits, and document the new models frontmatter field for custom AI Credits pricing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Hey One flag from the automated checklist worth noting:
If you'd like to address the test gap, you can assign this prompt to a coding agent:
|
pelikhan
approved these changes
Jun 13, 2026
This was referenced Jun 14, 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.
Summary
Syncs three instruction files under
.github/aw/with the v0.79.8 release. The changes update experiment metric naming, deprecate a legacy workflow-syntax alias, and document per-token pricing for custom/private models — no production code is touched.Changes
.github/aw/experiments.md(modified)Renames the A/B test metric from
effective_tokenstoai_creditsand updates the corresponding hypothesis text to match. Keeps the verbosity experiment configuration otherwise intact..github/aw/syntax-agentic.md(modified)Demotes
max-runs:from a primary top-level field to a deprecated legacy alias formax-turns:.max-turns:is now documented first; a migration hint pointing togh aw fixis added alongsidemax-runs:..github/aw/token-optimization.md(modified)Adds a paragraph documenting the top-level
models:frontmatter field. This field supplies per-token pricing (input/output/cache_read/cache_write) for custom or private models and is merged with the built-inmodels.jsonat runtime.Impact
experiments.mdsyntax-agentic.mdmax-runs:is now explicitly deprecated; callers should migratetoken-optimization.mdNotes
.github/aw/instruction/documentation files; no Go source, schemas, or test files are modified.max-runs:→max-turns:deprecation is surfaced viagh aw fix(codemod), so existing workflows continue to function without an immediate change.ai_creditsmetric rename inexperiments.mdshould be cross-checked against any dashboard or observability queries that previously referencedeffective_tokens.