Summary
When using the Cursor agent via ACP in Zed editor, Composer 2.5 is permanently locked to Fast mode. There is no way to switch to the classic (non-fast) variant through settings or configuration.
Details
I was trying to disable Fast mode for Composer 2.5 in my Zed settings.json using the favorite_config_option_values config:
"agent_servers": {
"cursor": {
"favorite_config_option_values": {
"model": [
"default[]",
"composer-2.5[fast=true]"
]
},
"type": "registry"
}
}
Impact
Fast mode is 6x more expensive than the standard tier (input: $3.00 vs $0.50 per million tokens). Users who prefer the standard variant for cost savings or unattended/background tasks have no way to opt out when using Cursor via ACP.