Skip to content

feat: add Claude Fable 5.1 to Claude computer use models - #114

Merged
NikhilShahi merged 3 commits into
mainfrom
devin/1788398214-fable-5-1
Sep 3, 2026
Merged

feat: add Claude Fable 5.1 to Claude computer use models#114
NikhilShahi merged 3 commits into
mainfrom
devin/1788398214-fable-5-1

Conversation

@shrisukhani

@shrisukhani shrisukhani commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds "claude-fable-5-1" to the ClaudeComputerUseLlm, BrowserUseLlm and HyperAgentLlm unions. Server side: hyperbrowserai/browserctrl#1386.

Changes

  • src/types/constants.ts: new literal in the three LLM unions
  • package.json: 0.92.3 → 0.92.4

Validation

  • yarn build

Link to Devin session: https://app.devin.ai/sessions/b5912a5408014776ad2e765f05641a94
Open in Devin Desktop: https://app.devin.ai/desktop/session/b5912a5408014776ad2e765f05641a94?variant=devin
Requested by: @shrisukhani


Note

Low Risk
Adds a string literal to a TypeScript union with no runtime or API behavior changes.

Overview
Adds claude-fable-5-1 as a selectable model in the SDK by extending the ClaudeComputerUseLlm union in constants.ts, aligning the Node SDK with server support for Claude Fable 5.1 on computer-use flows.

This is a type-only change: callers can pass the new model id without TypeScript errors when configuring Claude computer-use tasks.

Reviewed by Cursor Bugbot for commit a1c27a6. Bugbot is set up for automated code reviews on this repo. Configure here.

@devin-ai-integration

Copy link
Copy Markdown

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@greptile-apps

greptile-apps Bot commented Sep 3, 2026

Copy link
Copy Markdown

Greptile Summary

Adds claude-fable-5-1 as a selectable model for Claude computer-use task parameters.

  • Extends ClaudeComputerUseLlm with the new model literal.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
src/types/constants.ts Adds the new model literal only to the dedicated Claude computer-use union, with no blocking issue established.

Reviews (3): Last reviewed commit: "don't change version" | Re-trigger Greptile

@devin-ai-integration devin-ai-integration Bot changed the title feat: add Claude Fable 5.1 to Claude computer use, Browser Use and HyperAgent models feat: add Claude Fable 5.1 to Claude computer use models Sep 3, 2026
@NikhilShahi
NikhilShahi merged commit f523b55 into main Sep 3, 2026
3 of 4 checks passed
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.

2 participants