Skip to content

feat(vertex): add Claude Opus 4.7 support#12135

Open
saneroen wants to merge 1 commit intoRooCodeInc:mainfrom
saneroen:feat/vertex-claude-opus-4-7
Open

feat(vertex): add Claude Opus 4.7 support#12135
saneroen wants to merge 1 commit intoRooCodeInc:mainfrom
saneroen:feat/vertex-claude-opus-4-7

Conversation

@saneroen
Copy link
Copy Markdown
Contributor

@saneroen saneroen commented Apr 16, 2026

Related GitHub Issue

Closes: #12134

Roo Code Task Context (Optional)

N/A

Description

This PR adds Vertex AI support for Claude Opus 4.7 (claude-opus-4-7) by following the existing Opus 4.6 integration pattern.

Implementation details:

Test Procedure

  1. Install dependencies:
    • corepack pnpm install
  2. Run targeted test:
    • cd src && corepack pnpm vitest run api/providers/__tests__/anthropic-vertex.spec.ts
  3. Expected result:
    • 1 test file passed, 32 tests passed

Pre-push checks also passed (lint + check-types).

Pre-Submission Checklist

  • Issue Linked: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
  • Scope: My changes are focused on the linked issue (one major feature/fix per PR).
  • Self-Review: I have performed a thorough self-review of my code.
  • Testing: New and/or updated tests have been added to cover my changes (if applicable).
  • Documentation Impact: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
  • Contribution Guidelines: I have read and agree to the Contributor Guidelines.

Screenshots / Videos

N/A (no UI changes)

Documentation Updates

  • No documentation updates are required.
  • Yes, documentation updates are required.

Additional Notes

Branch: feat/vertex-claude-opus-4-7
Commit: 3d4cba43b1c48c4a104ddef27c1300de0b2c5327

Get in Touch

Discord: santy2509

Interactively review PR in Roo Code Cloud

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. Enhancement New feature or request labels Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Add Vertex AI support for Claude Opus 4.7 (claude-opus-4-7)

1 participant