[instructions] Sync github-agentic-workflows.md with release v0.65.6#24273
Merged
[instructions] Sync github-agentic-workflows.md with release v0.65.6#24273
Conversation
Add token-weights field to engine config and effective token template variables to messages placeholders, both introduced in v0.65.6. 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.
Instructions Update - Synchronized with v0.65.6
This PR updates
github-agentic-workflows.mdbased on documentation changes and code audit since the last release.Changes Made
engine.token-weights: Added documentation for the newtoken-weightsfield (introduced in v0.65.6 feat: add custom model token weights in engine frontmatter #24134) withmultipliersandtoken-class-weightssub-fields for custom effective token computationsafe-outputs.messagesplaceholders: Added three new effective-token template variables ({effective_tokens},{effective_tokens_formatted},{effective_tokens_suffix}) and the previously undocumented{agentic_workflow_url}variable (introduced in v0.65.6 feat: add effective token template expressions to all footer templates #24150, feat: implement Effective Tokens specification in Go #24122)Documentation Commits Reviewed
f2bf5c6 chore: update Playwright Browser v1.59.1, MCP Gateway v0.2.12)Validation
pkg/parser/schemas/main_workflow_schema.json,actions/setup/js/messages_core.cjs)