Skip to content

[STG-2497] docs: sync CUA model list with AgentProvider map#2326

Closed
aq17 wants to merge 1 commit into
browserbase:mainfrom
aq17:stg-2497/docs-sync-cua-model-list
Closed

[STG-2497] docs: sync CUA model list with AgentProvider map#2326
aq17 wants to merge 1 commit into
browserbase:mainfrom
aq17:stg-2497/docs-sync-cua-model-list

Conversation

@aq17

@aq17 aq17 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

The All Supported CUA Models table in packages/docs/v3/configuration/models.mdx was missing 7 models that are already registered in packages/core/lib/v3/agent/AgentProvider.ts (modelToAgentProviderMap, lines 17–37). This PR brings the docs table in sync with the code.

Added rows:

  • openai/gpt-5.4
  • openai/gpt-5.4-mini
  • openai/gpt-5.5
  • anthropic/claude-sonnet-4-20250514
  • anthropic/claude-haiku-4-5 (the short alias — only the dated claude-haiku-4-5-20251001 was listed)
  • anthropic/claude-fable-5
  • google/gemini-3.5-flash

Also lightly reordered the Anthropic and Google rows so variants of the same model family sit next to each other (haiku → sonnet → opus → fable; gemini-2.5 → gemini-3-flash → gemini-3.5-flash → gemini-3-pro).

Test plan

Docs-only change. No code touched. Rendered table matches the source-of-truth map at packages/core/lib/v3/agent/AgentProvider.ts.

Requested by: alexander@browserbase.com
Linear: https://linear.app/browserbase/issue/STG-2497/docs-sync-cua-model-list-with-agentprovider-map
Slack thread: https://browserbase.slack.com/archives/D0AHY8DEQPM/p1783452853684349

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f7085b5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR is from an external contributor and must be approved by a stagehand team member with write access before CI can run.
Approving the latest commit mirrors it into an internal PR owned by the approver.
If new commits are pushed later, the internal PR stays open but is marked stale until someone approves the latest external commit and refreshes it.

@github-actions github-actions Bot added external-contributor Tracks PRs mirrored from external contributor forks. external-contributor:awaiting-approval Waiting for a stagehand team member to approve the latest external commit. labels Jul 7, 2026
@aq17
aq17 requested a review from Kylejeong2 July 7, 2026 20:07

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@github-actions github-actions Bot added external-contributor:mirrored An internal mirrored PR currently exists for this external contributor PR. and removed external-contributor:awaiting-approval Waiting for a stagehand team member to approve the latest external commit. labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR was approved by @Kylejeong2 and mirrored to #2327. All further discussion should happen on that PR.

@github-actions github-actions Bot closed this Jul 7, 2026
aq17 added a commit that referenced this pull request Jul 7, 2026
…er map (#2327)

Mirrored from external contributor PR #2326 after approval by
@Kylejeong2.

Original author: @aq17
Original PR: #2326
Approved source head SHA: `f7085b51cf1a25af736387d251ed8fa863d15df4`

@aq17, please continue any follow-up discussion on this mirrored PR.
When the external PR gets new commits, this same internal PR will be
marked stale until the latest external commit is approved and refreshed
here.

## Original description
## Summary

The `All Supported CUA Models` table in
`packages/docs/v3/configuration/models.mdx` was missing 7 models that
are already registered in `packages/core/lib/v3/agent/AgentProvider.ts`
(`modelToAgentProviderMap`, lines 17–37). This PR brings the docs table
in sync with the code.

Added rows:

- `openai/gpt-5.4`
- `openai/gpt-5.4-mini`
- `openai/gpt-5.5`
- `anthropic/claude-sonnet-4-20250514`
- `anthropic/claude-haiku-4-5` (the short alias — only the dated
`claude-haiku-4-5-20251001` was listed)
- `anthropic/claude-fable-5`
- `google/gemini-3.5-flash`

Also lightly reordered the Anthropic and Google rows so variants of the
same model family sit next to each other (haiku → sonnet → opus → fable;
gemini-2.5 → gemini-3-flash → gemini-3.5-flash → gemini-3-pro).

## Test plan

Docs-only change. No code touched. Rendered table matches the
source-of-truth map at `packages/core/lib/v3/agent/AgentProvider.ts`.

Requested by: alexander@browserbase.com
Linear:
https://linear.app/browserbase/issue/STG-2497/docs-sync-cua-model-list-with-agentprovider-map
Slack thread:
https://browserbase.slack.com/archives/D0AHY8DEQPM/p1783452853684349

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- external-contributor-pr:owned source-pr=2326
source-sha=f7085b51cf1a25af736387d251ed8fa863d15df4 claimer=Kylejeong2
-->

<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Synced the “All Supported CUA Models” table in
`packages/docs/v3/configuration/models.mdx` with
`modelToAgentProviderMap` in
`packages/core/lib/v3/agent/AgentProvider.ts`, adding seven missing
models and grouping families for clarity. Aligns the docs with code per
Linear STG-2497 so users see all available CUA models.

<sup>Written for commit f7085b5.
Summary will update on new commits.</sup>

<a
href="https://cubic.dev/pr/browserbase/stagehand/pull/2327?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>

<!-- End of auto-generated description by cubic. -->

Co-authored-by: Alex Qiu <alexander@browserbase.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added external-contributor:completed The mirrored PR has been merged and the external contributor flow is complete. and removed external-contributor:mirrored An internal mirrored PR currently exists for this external contributor PR. labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

The mirrored PR #2327 has been merged into main. This original external contributor PR will stay closed as completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-contributor:completed The mirrored PR has been merged and the external contributor flow is complete. external-contributor Tracks PRs mirrored from external contributor forks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants