feat(cursor): support non-fast Composer via ACP parameterized model picker#1259
Closed
s900274 wants to merge 1 commit into
Closed
feat(cursor): support non-fast Composer via ACP parameterized model picker#1259s900274 wants to merge 1 commit into
s900274 wants to merge 1 commit into
Conversation
Contributor
|
Caution This PR is missing a Discord Discussion URL in the body. All PRs must reference a prior Discord discussion to ensure community alignment before implementation. Please edit the PR description to include a link like: |
99860b5 to
b922f47
Compare
…cker Advertise parameterizedModelPicker on ACP initialize, call authenticate when required, support [agent.default_config_options] for session defaults (e.g. fast = "false"), and add Discord /speed to toggle Fast at runtime. Co-authored-by: Cursor <cursoragent@cursor.com>
b922f47 to
c3f1399
Compare
|
🔒 Auto-closing: this PR has had the If you'd like to continue working on this, please submit a new PR and link to this one if necessary. |
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
parameterizedModelPickercapability during ACPinitializeso cursor-agent exposes Composer Fast as a separate config option instead of locking tocomposer-2.5[fast=true]authenticatewhen the agent advertisesauthMethods(required for cursor-agent)[agent.default_config_options]to apply session defaults aftersession/new(e.g.fast = "false"for non-fast Composer by default)/speedslash command to toggle the Fast parameter at runtimeTest plan
cargo test agent_default_config_options_parsed initialize_params_advertises_parameterized_model_pickercursor-agent acp; verifysession/newreturns separatemodelandfastconfig options[agent.default_config_options] fast = "false"; new Discord thread uses non-fast Composer without/speed/speedtoggles Fast on/off for existing sessioncursor-agent login+ Discord prompt succeeds (no Authentication required error)