[Claimed #2326] [STG-2497] docs: sync CUA model list with AgentProvider map#2327
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
This mirrored PR has been merged into |
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
shrey150
approved these changes
Jul 7, 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.
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 Modelstable inpackages/docs/v3/configuration/models.mdxwas missing 7 models that are already registered inpackages/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.4openai/gpt-5.4-miniopenai/gpt-5.5anthropic/claude-sonnet-4-20250514anthropic/claude-haiku-4-5(the short alias — only the datedclaude-haiku-4-5-20251001was listed)anthropic/claude-fable-5google/gemini-3.5-flashAlso 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
Summary by cubic
Synced the “All Supported CUA Models” table in
packages/docs/v3/configuration/models.mdxwithmodelToAgentProviderMapinpackages/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.Written for commit f7085b5. Summary will update on new commits.