-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathagent.json
More file actions
28 lines (28 loc) · 991 Bytes
/
agent.json
File metadata and controls
28 lines (28 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
}
}
}
}