acpx/agents/Cursor.md
Onur Solmaz 9141b63a4c
feat: add Cursor ACP support (#98)
* 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
2026-03-10 08:36:03 +01:00

327 B

Cursor

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"
    }
  }
}