feat: add all available Cursor agent models to harness model list#551
Closed
conradkoh wants to merge 7 commits into
Closed
feat: add all available Cursor agent models to harness model list#551conradkoh wants to merge 7 commits into
conradkoh wants to merge 7 commits into
Conversation
The CURSOR_MODELS list only had opus-4.6 and sonnet-4.6. Updated to include the full set of 51 models available in the Cursor agent CLI, including GPT-5.4, GPT-5.3 Codex, GPT-5.2, GPT-5.1, Gemini 3.x, Grok, Kimi, and Cursor built-in models. Made-with: Cursor
Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ttern Single AGENT_HARNESSES source drives Convex validator, Zod schema, and runtime guard. Expands schema to all seven harness types and adds toLiteralValidators helper for typed v.union literals. Co-authored-by: Cursor <cursoragent@cursor.com>
listModels returns provider-prefixed IDs matching OpenCode convention. resolveCursorCliModel strips the prefix before passing --model to the Cursor CLI, with backward compatibility for bare slugs in saved prefs. Co-authored-by: Cursor <cursoragent@cursor.com>
…list Import AGENT_HARNESSES from backend entity as canonical list and add display names for opencode-sdk, claude, copilot, and commandcode. Co-authored-by: Cursor <cursoragent@cursor.com>
One-click blacklist for Cursor harness models where each model is its own provider group after the expanded model list in PR 551. Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve conflicts by keeping cursor/ model namespace and full expanded model list from release, release multi-shape agent domain pattern, and Duo team in integration tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
Author
|
Closing per request: model list work largely landed on master; branch is stale against current release train. |
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.
Summary
CURSOR_MODELSlist from 2 entries (opus-4.6, sonnet-4.6) to the full set of 51 models available in the Cursor agent CLIautocursor model (Cursor built-in), plus GPT-5.x, Gemini 3.x, Grok, Kimi, and other Cursor built-in modelscursor-agent-service.tsand accompanying testsTest plan
pnpm typecheckpassespnpm testpassesautomodel without errors🤖 Generated with Claude Code