Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions cursor-acp/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"id": "cursor-acp",
"name": "Cursor CLI",
"version": "0.1.0",
"description": "An ACP-compatible coding agent adapter for Cursor CLI",
"repository": "https://github.com/oxiglade/cursor-acp",
"authors": ["David Chavez <david@dcvz.io>"],
"license": "proprietary",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/oxiglade/cursor-acp/releases/download/v0.1.0/cursor-acp-darwin-aarch64.tar.gz",
"cmd": "./cursor-acp"
},
"darwin-x86_64": {
"archive": "https://github.com/oxiglade/cursor-acp/releases/download/v0.1.0/cursor-acp-darwin-x86_64.tar.gz",
"cmd": "./cursor-acp"
},
"linux-aarch64": {
"archive": "https://github.com/oxiglade/cursor-acp/releases/download/v0.1.0/cursor-acp-linux-aarch64.tar.gz",
"cmd": "./cursor-acp"
},
"linux-x86_64": {
"archive": "https://github.com/oxiglade/cursor-acp/releases/download/v0.1.0/cursor-acp-linux-x86_64.tar.gz",
"cmd": "./cursor-acp"
},
"windows-x86_64": {
"archive": "https://github.com/oxiglade/cursor-acp/releases/download/v0.1.0/cursor-acp-windows-x86_64.zip",
"cmd": "cursor-acp.exe"
}
}
}
}
10 changes: 10 additions & 0 deletions cursor-acp/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.