Tweak Anthropic Opus tool-search heuristics (1.122)#318598
Merged
bhavyaus merged 1 commit intoMay 27, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Tweaks the Anthropic Opus tool-search heuristic to cover any claude-opus-4-* model except claude-opus-4-1, replacing the explicit 4-5/4-6/4-7 list.
Changes:
- Collapse three explicit
claude-opus-4-5/6/7prefix checks into a singleclaude-opus-4-prefix check with aclaude-opus-4-1exclusion.
Show a summary per file
| File | Description |
|---|---|
| extensions/copilot/src/platform/endpoint/common/chatModelCapabilities.ts | Replaces enumerated Opus 4.x prefixes with a broader prefix match that excludes only Opus 4.1. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
4c51798 to
7ec72db
Compare
Contributor
|
approved during redmond-standup. Running CI to make sure all pass + triggering build from 1.122 |
anthonykim1
approved these changes
May 27, 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.
Small adjustment to Anthropic Opus capability routing. Candidate for 1.122.