Skip to content

Add GPT 5.6 agent model support#101

Merged
shrisukhani merged 1 commit into
mainfrom
devin/gpt-5-6-models
Jul 11, 2026
Merged

Add GPT 5.6 agent model support#101
shrisukhani merged 1 commit into
mainfrom
devin/gpt-5-6-models

Conversation

@shrisukhani

@shrisukhani shrisukhani commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Node SDK model literals for the GPT-5.6 models introduced in browserctrl#1211, while limiting HyperAgent support to Luna.

Changes

  • Add gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna to CuaLlm
  • Add gpt-5.6-luna to HyperAgentLlm
  • Bump the package version to 0.91.4

Validation

  • yarn lint
  • yarn build

Link to Devin session: https://app.devin.ai/sessions/f284337c4bc9449da73ead049ff14a40
Requested by: @shrisukhani


Note

Low Risk
Additive TypeScript string-literal unions and a patch version bump only; no runtime or API client logic changes.

Overview
Extends the Node SDK type definitions so clients can pass GPT-5.6 model IDs when starting agent tasks, aligned with backend support from browserctrl#1211.

CUA (CuaLlm) now includes gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna (existing GPT-5.x entries are unchanged; the union is reformatted for readability). HyperAgent (HyperAgentLlm) adds only gpt-5.6-luna, so Sol/Terra are CUA-only in this SDK surface.

Package version is bumped to 0.91.4 for release.

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

@shrisukhani shrisukhani self-assigned this Jul 11, 2026
@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

@shrisukhani shrisukhani added this pull request to the merge queue Jul 11, 2026
@shrisukhani shrisukhani removed this pull request from the merge queue due to a manual request Jul 11, 2026
@shrisukhani shrisukhani merged commit 2d5f336 into main Jul 11, 2026
3 checks passed
@shrisukhani shrisukhani deleted the devin/gpt-5-6-models branch July 11, 2026 20:10
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