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
72 changes: 31 additions & 41 deletions kimi/agent.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}
}
28 changes: 28 additions & 0 deletions xsf-acpkit/agent.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
3 changes: 3 additions & 0 deletions xsf-acpkit/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading