From 9200ee980bc928d3442b151e3494905e3a3ee1ea Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 8 Feb 2026 17:20:34 +0900 Subject: [PATCH] Add xsf-acpkit agent --- kimi/agent.json | 72 +++++++++++++++++++------------------------ xsf-acpkit/agent.json | 28 +++++++++++++++++ xsf-acpkit/icon.svg | 3 ++ 3 files changed, 62 insertions(+), 41 deletions(-) create mode 100644 xsf-acpkit/agent.json create mode 100644 xsf-acpkit/icon.svg diff --git a/kimi/agent.json b/kimi/agent.json index 838962a..963bacd 100644 --- a/kimi/agent.json +++ b/kimi/agent.json @@ -1,43 +1,33 @@ { - "id": "kimi", - "name": "Kimi CLI", - "version": "1.9.0", - "description": "Moonshot AI's coding assistant", - "repository": "https://github.com/MoonshotAI/kimi-cli", - "authors": [ - "Moonshot AI" - ], - "license": "MIT", - "distribution": { - "binary": { - "darwin-aarch64": { - "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9/kimi-1.9-aarch64-apple-darwin.tar.gz", - "cmd": "./kimi", - "args": [ - "acp" - ] - }, - "linux-aarch64": { - "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9/kimi-1.9-aarch64-unknown-linux-gnu.tar.gz", - "cmd": "./kimi", - "args": [ - "acp" - ] - }, - "linux-x86_64": { - "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9/kimi-1.9-x86_64-unknown-linux-gnu.tar.gz", - "cmd": "./kimi", - "args": [ - "acp" - ] - }, - "windows-x86_64": { - "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9/kimi-1.9-x86_64-pc-windows-msvc.zip", - "cmd": "./kimi.exe", - "args": [ - "acp" - ] - } - } - } + "id": "kimi", + "name": "Kimi CLI", + "version": "1.9.0", + "description": "Moonshot AI's coding assistant", + "repository": "https://github.com/MoonshotAI/kimi-cli", + "authors": ["Moonshot AI"], + "license": "MIT", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9.0/kimi-1.9.0-aarch64-apple-darwin.tar.gz", + "cmd": "./kimi", + "args": ["acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9.0/kimi-1.9.0-aarch64-unknown-linux-gnu.tar.gz", + "cmd": "./kimi", + "args": ["acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9.0/kimi-1.9.0-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./kimi", + "args": ["acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.9.0/kimi-1.9.0-x86_64-pc-windows-msvc.zip", + "cmd": "./kimi.exe", + "args": ["acp"] + } + } + } } diff --git a/xsf-acpkit/agent.json b/xsf-acpkit/agent.json new file mode 100644 index 0000000..894104a --- /dev/null +++ b/xsf-acpkit/agent.json @@ -0,0 +1,28 @@ +{ + "id": "xsf-acpkit", + "name": "xsf-acpkit", + "version": "0.1.0", + "description": "ACP agent server that integrates ACP Kit workflows (threads/logs) with Zed (auth via Codex CLI OAuth).", + "repository": "https://github.com/haegyung/xsfire", + "authors": [ + "haegyung" + ], + "license": "proprietary", + "icon": "icon.svg", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/haegyung/xsfire/releases/download/xsf-acpkit-v0.1.0/xsf-acpkit-0.1.0-aarch64-apple-darwin.tar.gz", + "cmd": "./xsf-acpkit" + }, + "linux-x86_64": { + "archive": "https://github.com/haegyung/xsfire/releases/download/xsf-acpkit-v0.1.0/xsf-acpkit-0.1.0-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./xsf-acpkit" + }, + "windows-x86_64": { + "archive": "https://github.com/haegyung/xsfire/releases/download/xsf-acpkit-v0.1.0/xsf-acpkit-0.1.0-x86_64-pc-windows-msvc.zip", + "cmd": "xsf-acpkit.exe" + } + } + } +} diff --git a/xsf-acpkit/icon.svg b/xsf-acpkit/icon.svg new file mode 100644 index 0000000..58a360c --- /dev/null +++ b/xsf-acpkit/icon.svg @@ -0,0 +1,3 @@ + + +