Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
Model Composer 2 classic cannot be used in IntelliJ when cursor cli is added as custom acp agent. Composer 2 fast is used when choosing composer 2 and Composer 2 fast option is not available.
Steps to Reproduce
- Install cusor cli
- Install IntelliJ IDEA 2026.1 + AI plugin (without enabling AI)
- add custom ACP server :
{
“default_mcp_settings”: {},
“agent_servers”: {
“Cursor Agent”: {
“command”: “cursor-agent”,
“args”: [
“acp”
],
“env”: {
“CURSOR_LOG_LEVEL”: “info”
}
}
}
} - Choose Composer 2
- check in usage wich model has been used
Expected Behavior
Composer 2 classic should be used and Composer 2 fast should be available
Operating System
MacOS
Version Information
Cursor Agent v2026.03.30-a5d3e17
IntelliJ IDEA v2026.1
Additional Information
I cannot add ACP cursor agent using intelliJ ACP registry because of org policy.
Does this stop you from using Cursor
No - Cursor works, but with this issue