Use Claude Opus 4.8 for weekly stable updates agent#1480
Open
jonathanpeppers wants to merge 1 commit into
Open
Use Claude Opus 4.8 for weekly stable updates agent#1480jonathanpeppers wants to merge 1 commit into
jonathanpeppers wants to merge 1 commit into
Conversation
Bumps the model used when assigning the weekly stable updates issue to the Copilot coding agent from claude-opus-4.6 to claude-opus-4.8. Also drops the model version from the step name so it doesn't go stale on future bumps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the weekly stable updates GitHub Actions workflow to use a newer Copilot coding agent model when assigning the newly created issue to the Copilot SWE Agent.
Changes:
- Bumped the
agent_assignment.modelfromclaude-opus-4.6toclaude-opus-4.8. - Simplified the step name by removing the embedded model version to avoid future drift.
Comment on lines
86
to
90
| --input - <<< '{ | ||
| "assignees": ["copilot-swe-agent[bot]"], | ||
| "agent_assignment": { | ||
| "model": "claude-opus-4.6" | ||
| "model": "claude-opus-4.8" | ||
| } |
Member
Author
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.

Bumps the Copilot coding agent model used by the weekly stable updates workflow from
claude-opus-4.6toclaude-opus-4.8.Notes:
claude-opus-4.8is not in the currently documented model list at https://docs.github.com/en/rest/agent-tasks/agent-tasks (which still listsclaude-opus-4.6as the latest Opus). The docs explicitly call out that "the allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies," so we're trying it empirically; if the assignment API rejects it we can revert.