Request
Add Cursor CLI () to the ACP list.
Rationale
Currently ACP supports: , , , ,
Many users (including myself) rely on the coding-agent skill which uses Codex CLI. Adding Cursor CLI would provide another option for users who prefer Cursor's AI-assisted coding experience.
Use Case
We currently use the coding-agent skill with Codex CLI. Having Cursor as an ACP option would allow:
- Thread-bound persistent sessions with Cursor
- Native OpenClaw integration via ACP protocol
- Better context management across conversations
Suggested Implementation
Add to the allowedAgents list:
{
"acp": {
"allowedAgents": ["pi", "claude", "codex", "cursor", "opencode", "gemini"]
}
}
Thanks for considering this feature!
Request
Add Cursor CLI () to the ACP list.
Rationale
Currently ACP supports: , , , ,
Many users (including myself) rely on the coding-agent skill which uses Codex CLI. Adding Cursor CLI would provide another option for users who prefer Cursor's AI-assisted coding experience.
Use Case
We currently use the coding-agent skill with Codex CLI. Having Cursor as an ACP option would allow:
Suggested Implementation
Add to the allowedAgents list:
{ "acp": { "allowedAgents": ["pi", "claude", "codex", "cursor", "opencode", "gemini"] } }Thanks for considering this feature!