* feat: add Cursor ACP support * docs: enforce example agent ordering * docs: normalize built-in agent ordering * docs: strengthen ordering policy in AGENTS * docs: format AGENTS ordering policy * docs: reorganize built-in agent docs * docs: restore AGENTS policy wording
327 B
327 B
Cursor
- Built-in name:
cursor - Default command:
cursor-agent acp - Upstream: https://cursor.com/docs/cli/acp
If your Cursor install exposes ACP as agent acp instead of cursor-agent acp, override the built-in command in config:
{
"agents": {
"cursor": {
"command": "agent acp"
}
}
}