feat: add Claude Opus 5 to Claude computer use models - #106
Merged
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
NikhilShahi
approved these changes
Jul 24, 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.
Summary
Adds
claude-opus-5to theClaudeComputerUseLlmtype so the Node SDK accepts Claude Opus 5 for the claude-computer-use agent API (mirrors browserctrl#1256).Changes
src/types/constants.ts: add"claude-opus-5"to theClaudeComputerUseLlmunion.Validation
yarn buildyarn lintLink to Devin session: https://app.devin.ai/sessions/56c4640a2f94473897fafe2b0af34244
Requested by: @shrisukhani
Note
Low Risk
Type-only SDK update with a patch version bump; no runtime or API client logic changes.
Overview
Adds
claude-opus-5to theClaudeComputerUseLlmunion so callers can pass Opus 5 when starting Claude computer-use tasks via the optionalllmfield onStartClaudeComputerUseTaskParams.Bumps the package version from 0.91.6 to 0.91.7 for release.
Reviewed by Cursor Bugbot for commit be4a3b3. Bugbot is set up for automated code reviews on this repo. Configure here.