[ci] Update agentic workflows to claude-opus-4.8#11646
Merged
Merged
Conversation
The `claude-opus-4.6` model is retired/unsupported. Update the model references in the agentic workflow `.md` files to `claude-opus-4.8` and recompile the `.lock.yml` files. Follow-up to address the failure in: https://github.com/dotnet/android/actions/runs/27439024224/job/81108439501 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s agentic workflow configuration to use the supported claude-opus-4.8 model (replacing the retired claude-opus-4.6) and refreshes generated workflow artifacts so nightly/agentic runs stop failing due to an unsupported model reference.
Changes:
- Updated
claude-opus-4.6→claude-opus-4.8in agentic workflow sources (*.md) and regenerated their compiled*.lock.ymloutputs. - Regenerated maintenance workflow outputs with newer pinned
gh-awaction/CLI versions (as produced bygh aw compile/ updated generator).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/nightly-fix-finder.md | Switches safe-output and engine model configuration to claude-opus-4.8 and updates the explanatory text accordingly. |
| .github/workflows/nightly-fix-finder.lock.yml | Regenerated compiled workflow reflecting the updated model and current pinned dependencies. |
| .github/workflows/android-reviewer.md | Updates the reviewer workflow engine model to claude-opus-4.8. |
| .github/workflows/android-reviewer.lock.yml | Regenerated compiled workflow reflecting the updated model and current pinned dependencies. |
| .github/workflows/agentics-maintenance.yml | Updates generator/version pins (and associated generated workflow details) to the newer gh-aw tooling output. |
… jobs `gh aw compile` does not preserve the workflow-level `environment:` on the `activation` and `detection` jobs. Hand-patch the regenerated `.lock.yml` files to add `environment: copilot-pr-reviewer` to those jobs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jun 12, 2026
The `activation` job never had `environment: copilot-pr-reviewer` in the prior compiled output; only `detection` lost it during `gh aw compile`. Revert the extra add on `activation`. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
added a commit
to dotnet/java-interop
that referenced
this pull request
Jun 12, 2026
The `claude-opus-4.6` model is retired/unsupported, producing this error in gh-aw workflow runs: > Error: model 'claude-opus-4.6' is retired or unsupported. Did you mean 'claude-opus-4.8'? Update the model reference in `.github/workflows/java-interop-reviewer.md` to `claude-opus-4.8` and recompile the `.lock.yml` via `gh aw compile`. The recompile also generated `agentics-maintenance.yml` and updated pinned action versions. Follow-up to dotnet/android#11646. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
simonrozsival
pushed a commit
to dotnet/android-tools
that referenced
this pull request
Jun 15, 2026
The `claude-opus-4.6` model is retired/unsupported and produces this error in `gh-aw` workflow runs: > Error: model 'claude-opus-4.6' is retired or unsupported. Did you mean 'claude-opus-4.8'? Example failing run: https://github.com/dotnet/android/actions/runs/27439024224/job/81108439501 This is a follow-up fix to dotnet/android#11646, which made the same change in the `dotnet/android` repo. Updated `.github/workflows/android-tools-reviewer.md` to use `claude-opus-4.8` and recompiled the agentic workflow via `gh aw compile` so the `.lock.yml` is regenerated. Verified no `claude-opus-4.6` references remain in the repo.
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.
The
claude-opus-4.6model is retired/unsupported, causing the nightly fix-finder workflow to fail with:Update the model references in the agentic workflow
.mdfiles toclaude-opus-4.8and recompile the.lock.ymlfiles viagh aw compile. The recompile also picked up newer pinned versions foragentics-maintenance.ymlfrom the updatedgh-awCLI.Follow-up to address the failure in:
https://github.com/dotnet/android/actions/runs/27439024224/job/81108439501