Skip to content

Add Cursor composer-2.5 models to known list - #10618

Merged
alexhancock merged 1 commit into
aaif-goose:mainfrom
Wolfe-Jam:fix/cursor-composer-2.5
Jul 29, 2026
Merged

Add Cursor composer-2.5 models to known list#10618
alexhancock merged 1 commit into
aaif-goose:mainfrom
Wolfe-Jam:fix/cursor-composer-2.5

Conversation

@Wolfe-Jam

Copy link
Copy Markdown
Contributor

Resolves #10575

  • Add 'composer-2.5' and 'composer-2.5-fast' to CURSOR_AGENT_KNOWN_MODELS
  • These models are now available in the latest Cursor release and should be recognized by Goose

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d89d12019f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

const CURSOR_AGENT_PROVIDER_NAME: &str = "cursor-agent";
pub const CURSOR_AGENT_DEFAULT_MODEL: &str = "auto";
pub const CURSOR_AGENT_KNOWN_MODELS: &[&str] = &["auto", "composer-2", "composer-2-fast"];
pub const CURSOR_AGENT_KNOWN_MODELS: &[&str] = &["auto", "composer-2", "composer-2-fast", "composer-2.5", "composer-2.5-fast"];

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Run rustfmt on the expanded model list

I checked .github/workflows/ci.yml and the Rust format job runs cargo fmt --check for code changes; this expanded one-line array is rewritten by rustfmt into multiple lines, so the PR will fail the formatting gate before it can merge. Please run cargo fmt after adding these entries.

Useful? React with 👍 / 👎.

- Add 'composer-2.5' and 'composer-2.5-fast' to CURSOR_AGENT_KNOWN_MODELS
- Resolves aaif-goose#10575

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@Wolfe-Jam
Wolfe-Jam force-pushed the fix/cursor-composer-2.5 branch from d89d120 to 25011c3 Compare July 21, 2026 21:41
@Wolfe-Jam

Copy link
Copy Markdown
Contributor Author

All CI passes, ready for review.

@alexhancock
alexhancock merged commit ed904ba into aaif-goose:main Jul 29, 2026
25 checks passed
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.

Cursor provider ships a stale model list (missing composer-2.5 / composer-2.5-fast)

2 participants