From 7befb10b82f2eaf6dc22eaf696b59c5ff5737e9c Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sat, 15 Aug 2026 19:43:30 +0800 Subject: [PATCH 1/3] Add deepseek-acp Unofficial ACP adapter for DeepSeek Harness, distributed via npx. Auth: Terminal Auth (`deepseek-acp --setup`), gated on the client advertising `auth.terminal` or `_meta["terminal-auth"]`. Co-Authored-By: Claude Opus 5 (1M context) --- deepseek-acp/agent.json | 16 ++++++++++++++++ deepseek-acp/icon.svg | 1 + 2 files changed, 17 insertions(+) create mode 100644 deepseek-acp/agent.json create mode 100644 deepseek-acp/icon.svg diff --git a/deepseek-acp/agent.json b/deepseek-acp/agent.json new file mode 100644 index 000000000..7446313ea --- /dev/null +++ b/deepseek-acp/agent.json @@ -0,0 +1,16 @@ +{ + "id": "deepseek-acp", + "name": "DeepSeek Harness", + "version": "0.2.0", + "description": "Unofficial ACP adapter for DeepSeek Harness", + "repository": "https://github.com/xintaofei/deepseek-acp", + "authors": [ + "xintaofei" + ], + "license": "MIT", + "distribution": { + "npx": { + "package": "deepseek-acp@0.2.0" + } + } +} diff --git a/deepseek-acp/icon.svg b/deepseek-acp/icon.svg new file mode 100644 index 000000000..a1978c787 --- /dev/null +++ b/deepseek-acp/icon.svg @@ -0,0 +1 @@ + From b98d0bdad01ce80d313e71f88d424a6042ad5ce4 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sun, 16 Aug 2026 16:35:24 +0800 Subject: [PATCH 2/3] Update deepseek-acp to 0.3.0 and fix icon Bump entry and npx package to 0.3.0 (published on npm). Replace the icon with the DeepSeek whale mark from Simple Icons (CC0-1.0), which is a far more faithful and legible rendering than the previous hand-drawn approximation. Still a single monochrome path using currentColor; width/height are 16x16 with the mark's native 24-unit viewBox. Co-Authored-By: Claude Opus 5 (1M context) --- deepseek-acp/agent.json | 4 ++-- deepseek-acp/icon.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deepseek-acp/agent.json b/deepseek-acp/agent.json index 7446313ea..b0b39a080 100644 --- a/deepseek-acp/agent.json +++ b/deepseek-acp/agent.json @@ -1,7 +1,7 @@ { "id": "deepseek-acp", "name": "DeepSeek Harness", - "version": "0.2.0", + "version": "0.3.0", "description": "Unofficial ACP adapter for DeepSeek Harness", "repository": "https://github.com/xintaofei/deepseek-acp", "authors": [ @@ -10,7 +10,7 @@ "license": "MIT", "distribution": { "npx": { - "package": "deepseek-acp@0.2.0" + "package": "deepseek-acp@0.3.0" } } } diff --git a/deepseek-acp/icon.svg b/deepseek-acp/icon.svg index a1978c787..6f1f1217e 100644 --- a/deepseek-acp/icon.svg +++ b/deepseek-acp/icon.svg @@ -1 +1 @@ - + From 79d8abf62fafae7e43f05ebaf8bfe484bbce5700 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Tue, 18 Aug 2026 10:18:21 +0800 Subject: [PATCH 3/3] Update deepseek-acp to 0.5.0 Bump entry and npx package to 0.5.0 (published on npm). Co-Authored-By: Claude Opus 5 (1M context) --- deepseek-acp/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepseek-acp/agent.json b/deepseek-acp/agent.json index b0b39a080..3d5eee65a 100644 --- a/deepseek-acp/agent.json +++ b/deepseek-acp/agent.json @@ -1,7 +1,7 @@ { "id": "deepseek-acp", "name": "DeepSeek Harness", - "version": "0.3.0", + "version": "0.5.0", "description": "Unofficial ACP adapter for DeepSeek Harness", "repository": "https://github.com/xintaofei/deepseek-acp", "authors": [ @@ -10,7 +10,7 @@ "license": "MIT", "distribution": { "npx": { - "package": "deepseek-acp@0.3.0" + "package": "deepseek-acp@0.5.0" } } }