-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathagent.json
More file actions
33 lines (33 loc) · 1 KB
/
agent.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
29
30
31
32
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.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"]
}
}
}
}