Skip to content

[ci] Update agentic workflows to claude-opus-4.8#11646

Merged
jonathanpeppers merged 3 commits into
mainfrom
jonathanpeppers/update-copilot-model
Jun 12, 2026
Merged

[ci] Update agentic workflows to claude-opus-4.8#11646
jonathanpeppers merged 3 commits into
mainfrom
jonathanpeppers/update-copilot-model

Conversation

@jonathanpeppers

Copy link
Copy Markdown
Member

The claude-opus-4.6 model is retired/unsupported, causing the nightly fix-finder workflow to fail with:

Error: model 'claude-opus-4.6' is retired or unsupported. Did you mean 'claude-opus-4.8'?

Update the model references in the agentic workflow .md files to claude-opus-4.8 and recompile the .lock.yml files via gh aw compile. The recompile also picked up newer pinned versions for agentics-maintenance.yml from the updated gh-aw CLI.

Follow-up to address the failure in:
https://github.com/dotnet/android/actions/runs/27439024224/job/81108439501

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>
Copilot AI review requested due to automatic review settings June 12, 2026 19:51
@jonathanpeppers jonathanpeppers temporarily deployed to copilot-pr-reviewer June 12, 2026 19:51 — with GitHub Actions Inactive

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.6claude-opus-4.8 in agentic workflow sources (*.md) and regenerated their compiled *.lock.yml outputs.
  • Regenerated maintenance workflow outputs with newer pinned gh-aw action/CLI versions (as produced by gh 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>
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 jonathanpeppers merged commit 5a0bfdb into main Jun 12, 2026
0 of 4 checks passed
@jonathanpeppers jonathanpeppers deleted the jonathanpeppers/update-copilot-model branch June 12, 2026 19:56
@jonathanpeppers jonathanpeppers temporarily deployed to copilot-pr-reviewer June 12, 2026 19:57 — with GitHub Actions Inactive
@jonathanpeppers jonathanpeppers temporarily deployed to copilot-pr-reviewer June 12, 2026 20:00 — with GitHub Actions Inactive
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants