Add gpt-6-astra to CuaLlm - #115
Merged
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:
|
|
| Filename | Overview |
|---|---|
| src/types/constants.ts | Adds one server-supported model identifier to the additive CuaLlm string union; no correctness issues identified. |
Reviews (1): Last reviewed commit: "Add gpt-6-astra to CuaLlm" | Re-trigger Greptile
NikhilShahi
approved these changes
Sep 6, 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
Add OpenAI's
gpt-6-astrato theCuaLlmunion so it can be passed asllmto the OpenAI CUA agent. Server side: hyperbrowserai/browserctrl#1396.Changes
CuaLlminsrc/types/constants.ts: add"gpt-6-astra"Validation
yarn lintyarn buildLink to Devin session: https://app.devin.ai/sessions/ab85ce2ee8684fe5963e6b391e840f02
Open in Devin Desktop: https://app.devin.ai/desktop/session/ab85ce2ee8684fe5963e6b391e840f02?variant=devin
Requested by: @shrisukhani
Note
Low Risk
Single new string literal on a public type alias with no runtime or auth logic changes.
Overview
Adds
gpt-6-astrato theCuaLlmunion insrc/types/constants.ts, so clients can pass that model as the optionalllmon OpenAI computer-use (CUA) agent requests without TypeScript errors.This is a type-only SDK change; server support is handled separately (browserctrl#1396).
Reviewed by Cursor Bugbot for commit 2a87fa2. Bugbot is set up for automated code reviews on this repo. Configure here.