From b0a91f79f2103c64adca41cce8d35eff44407898 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Tue, 3 Feb 2026 21:33:37 +0100 Subject: [PATCH 1/2] Add cursor-acp --- cursor-acp/agent.json | 33 +++++++++++++++++++++++++++++++++ cursor-acp/icon.svg | 10 ++++++++++ 2 files changed, 43 insertions(+) create mode 100644 cursor-acp/agent.json create mode 100644 cursor-acp/icon.svg diff --git a/cursor-acp/agent.json b/cursor-acp/agent.json new file mode 100644 index 0000000..43b89ed --- /dev/null +++ b/cursor-acp/agent.json @@ -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 "], + "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" + } + } + } +} diff --git a/cursor-acp/icon.svg b/cursor-acp/icon.svg new file mode 100644 index 0000000..88980d7 --- /dev/null +++ b/cursor-acp/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 4455c032b03ba07b36f9e603d111976dd872559f Mon Sep 17 00:00:00 2001 From: David Chavez Date: Thu, 5 Feb 2026 00:15:39 +0100 Subject: [PATCH 2/2] Use currentColor --- cursor-acp/icon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor-acp/icon.svg b/cursor-acp/icon.svg index 88980d7..d78ec19 100644 --- a/cursor-acp/icon.svg +++ b/cursor-acp/icon.svg @@ -1,6 +1,6 @@ - +