[instructions] Sync instruction files with release v0.83.1#47965
Conversation
Document models.default-ai-credits-pricing (the only new user-facing frontmatter field added since v0.83.1) in the syntax reference and token-optimization guide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Great work on the Instructions Janitor automation! 🤖 This PR looks ready for review. What's being done: Why it's solid:
This PR demonstrates exactly the kind of disciplined, audited approach the project values. The schema diff audit confirms this closes a real gap in the instruction files.
|
|
@copilot please run the Run: https://github.com/github/gh-aw/actions/runs/30152885438
|
|
🎉 This pull request is included in a new release. Release: |
Summary
Syncs instruction/documentation files with release v0.83.1. Adds documentation for the
models.default-ai-credits-pricingfallback field that enables self-hosted and BYOK models to work with the AWF proxy without HTTP 400 errors.Changes
.github/aw/syntax-agentic.mdmodels:frontmatter field description to documentdefault-ai-credits-pricing(input/outputin $/1M tokens) as a fallback rate for models absent from the built-in pricing table.0covers free/local models, and that omitting the field causes HTTP 400unknown_model_ai_creditsrejections for unrecognised models..github/aw/token-optimization.mdmodels.default-ai-credits-pricingfor self-hosted or BYOK models (e.g. Ollama, vLLM) that are absent from the built-inmodels.json.HTTP 400 unknown_model_ai_credits) when the field is omitted for such models.Impact