Do you have problems selecting model with cursor_cli acp? #3136
Replies: 2 comments 1 reply
-
|
I'm fairly confident this is an issue with how they've implemented the protocol. Session Config Options were added at the start of Feb but I recall there being a number of ACP implementations that didn't implement it. Copilot CLI is still lagging on a few. Definately raise this upstream with them. As an aside, I tend to use a mixture of the chat buffer and the CLI interaction. So I can have the benefit of using the native CLI tool whilst being able to easily send context from within Neovim. |
Beta Was this translation helpful? Give feedback.
-
|
@olimorris https://forum.cursor.com/t/model-selection-in-phpstorm-via-acp-is-not-working/162121/6?u=andtankian They suggested this workaround. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been noticed that after setting any model in the cursor_cli acp adapter it's considering always the same.
In the cursor dashboard I can see it's considering always sonnet-4.6 even when I selected a lot of different models.

When I run
agentin the terminal directly (cursor cli) and I set the model via/modelit works as expected. When doing it via CodeCompanion acp adapter it doesn't.I also tried to ask for the model in the codecompanion chat:
When using
agent(cursor cli) directly:It seems to be some acp integration, what do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions