add Claude Opus 4.6 (1M context) to GitHub Copilot provider#19842
add Claude Opus 4.6 (1M context) to GitHub Copilot provider#19842anson627 wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: I found a potential duplicate: PR #12342: feat(provider): add adaptive thinking and 1M context support for Claude Opus 4.6 This PR appears to be closely related to the current PR #19842 as it also adds Claude Opus 4.6 support with 1M context. Both are feature additions for Claude Opus 4.6 model support, though this one also mentions adaptive thinking support. You may want to check if these are addressing the same issue or if one supersedes the other. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Issue for this PR
Closes #5993
Type of change
What does this PR do?
Adds the "Claude Opus 4.6 (1M context)" model entry to the GitHub Copilot provider's bundled models snapshot. This model is available in VS Code's GitHub Copilot model picker but was missing from OpenCode because the models.dev registry only defined a single claude-opus-4.6 entry with 144K context. The patched snapshot includes claude-opus-4.6-1m-context with a 1M token context window and 128K output limit.
Upstream fix: anomalyco/models.dev#1293 (pending merge)
How did you verify your code works?
Screenshots / recordings
Checklist