Skip to content

Comments

Add support for claude-opus-4-6 and claude-sonnet-4-6 models in Anthropic and Google Vertex providers#1962

Merged
rSnapkoOpenOps merged 4 commits intomainfrom
feat/add-new-antropic-models
Feb 20, 2026
Merged

Add support for claude-opus-4-6 and claude-sonnet-4-6 models in Anthropic and Google Vertex providers#1962
rSnapkoOpenOps merged 4 commits intomainfrom
feat/add-new-antropic-models

Conversation

@rSnapkoOpenOps
Copy link
Collaborator

Fixes OPS-3580

@linear
Copy link

linear bot commented Feb 18, 2026

@rSnapkoOpenOps rSnapkoOpenOps force-pushed the feat/add-new-antropic-models branch from c34c307 to e84474e Compare February 18, 2026 13:32
maor-rozenfeld and others added 3 commits February 18, 2026 15:24
The @rollup/rollup-linux-arm-gnueabihf entry was corrupted: the version
was '4.200' instead of '4.20.0' in optionalDependencies, and the
packages entry was missing version, resolved, integrity, cpu, and os
fields. This caused NX to fail parsing the lockfile with
'Cannot read properties of undefined (reading startsWith)'.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sonarqubecloud
Copy link

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds the new Anthropic Claude 4-6 model IDs to the model allow-lists exposed by the Anthropic and Google Vertex AI providers, enabling these models to appear as selectable options in OpenOps’ AI provider model catalogs (Fixes OPS-3580).

Changes:

  • Add claude-opus-4-6 to Anthropic and Google Vertex provider model lists.
  • Add claude-sonnet-4-6 to Anthropic and Google Vertex provider model lists.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/openops/src/lib/ai/providers/google-vertex.ts Adds the two new Claude 4-6 model IDs to the Google Vertex provider’s supported model list.
packages/openops/src/lib/ai/providers/anthropic.ts Adds the two new Claude 4-6 model IDs to the Anthropic provider’s supported model list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

import { AiProvider } from '../providers';

const anthropicModels = [
'claude-opus-4-6',
Copy link
Contributor

Choose a reason for hiding this comment

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

why is there no @ for either of them

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@rSnapkoOpenOps rSnapkoOpenOps merged commit 94af5ac into main Feb 20, 2026
31 checks passed
@rSnapkoOpenOps rSnapkoOpenOps deleted the feat/add-new-antropic-models branch February 20, 2026 08:17
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.

3 participants