Skip to content

Add gpt-6-astra to CuaLlm - #115

Merged
NikhilShahi merged 1 commit into
mainfrom
devin/1788733680-gpt-6-astra-cua
Sep 6, 2026
Merged

Add gpt-6-astra to CuaLlm#115
NikhilShahi merged 1 commit into
mainfrom
devin/1788733680-gpt-6-astra-cua

Conversation

@shrisukhani

@shrisukhani shrisukhani commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Add OpenAI's gpt-6-astra to the CuaLlm union so it can be passed as llm to the OpenAI CUA agent. Server side: hyperbrowserai/browserctrl#1396.

Changes

  • CuaLlm in src/types/constants.ts: add "gpt-6-astra"

Validation

  • yarn lint
  • yarn build

Link 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-astra to the CuaLlm union in src/types/constants.ts, so clients can pass that model as the optional llm on 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.

@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 6, 2026

Copy link
Copy Markdown

Greptile Summary

Adds OpenAI's gpt-6-astra model identifier to the public CuaLlm type.

  • Allows callers to select gpt-6-astra when starting an OpenAI CUA task.
  • Preserves the existing request serialization and pass-through behavior.

Confidence Score: 5/5

The PR appears safe to merge with no actionable issues identified.

The new union member follows the existing model-list pattern and is passed unchanged through the SDK's CUA request path without requiring synchronized runtime mappings or validation.

Important Files Changed

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
NikhilShahi merged commit a1ed4d6 into main Sep 6, 2026
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