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 Python 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.93.2

Validation

  • poetry run ruff check hyperbrowser/models/consts.py
  • poetry run ruff format --check hyperbrowser/models/consts.py

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


Note

Low Risk
Additive Literal entries and a patch version bump only; no runtime logic changes.

Overview
Adds Python SDK typing support for new GPT-5.6 models aligned with backend support.

HyperAgentLlm now includes gpt-5.6-luna as the only 5.6 variant for HyperAgent tasks. CuaLlm adds gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna, and the literal is reformatted to a multi-line list. Package version is bumped to 0.93.2.

Reviewed by Cursor Bugbot for commit b17e5ba. 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 06f2e43 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