[github] Pin concrete models in agentic workflows - #26237
Merged
Conversation
Replace the unsupported Sonnet alias with Claude Sonnet 4.6 and regenerate the compiled workflows. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6a72debc-7b7a-4ac5-a631-8c91258137f4
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s agentic workflow definitions to pin a concrete, supported model identifier (claude-sonnet-4.6) instead of the sonnet alias, and refreshes the compiled lockfiles generated by gh-aw so the runtime configuration matches.
Changes:
- Updated the
engine.modelin themacios-reviewerandcode-radiatorworkflow sources toclaude-sonnet-4.6. - Regenerated both compiled workflow lock files to reflect the new model selection and updated metadata hashes (compiler
gh-aw v0.80.9).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/macios-reviewer.md | Pins the reviewer workflow engine model to claude-sonnet-4.6. |
| .github/workflows/macios-reviewer.lock.yml | Regenerated compiled workflow to carry the pinned model through runtime env/metadata. |
| .github/workflows/code-radiator.md | Pins the code radiator workflow engine model to claude-sonnet-4.6. |
| .github/workflows/code-radiator.lock.yml | Regenerated compiled workflow to carry the pinned model through runtime env/metadata. |
dalexsoto
approved these changes
Jul 22, 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.
Replace the unsupported Sonnet alias with Claude Sonnet 4.6 in the macios reviewer and code radiator workflows.
Regenerate the compiled workflow lock files with gh-aw v0.80.9.
🤖 Pull request created by Copilot