Add Cursor composer-2.5 models to known list (#10618)
Co-authored-by: Wolfe-Jam <wolfejam77@gmail.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,13 @@ use rmcp::model::Tool;
|
||||
|
||||
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",
|
||||
];
|
||||
|
||||
pub const CURSOR_AGENT_DOC_URL: &str = "https://docs.cursor.com/en/cli/overview";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user