-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathagent.json
More file actions
40 lines (40 loc) · 1.56 KB
/
agent.json
File metadata and controls
40 lines (40 loc) · 1.56 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
34
35
36
37
38
39
40
{
"id": "codex-acp",
"name": "Codex CLI",
"version": "0.11.1",
"description": "ACP adapter for OpenAI's coding assistant",
"repository": "https://github.com/zed-industries/codex-acp",
"authors": ["OpenAI", "Zed Industries"],
"license": "Apache-2.0",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-aarch64-apple-darwin.tar.gz",
"cmd": "./codex-acp"
},
"darwin-x86_64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-x86_64-apple-darwin.tar.gz",
"cmd": "./codex-acp"
},
"linux-aarch64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-aarch64-unknown-linux-gnu.tar.gz",
"cmd": "./codex-acp"
},
"linux-x86_64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-x86_64-unknown-linux-gnu.tar.gz",
"cmd": "./codex-acp"
},
"windows-aarch64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-aarch64-pc-windows-msvc.zip",
"cmd": "./codex-acp.exe"
},
"windows-x86_64": {
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.11.1/codex-acp-0.11.1-x86_64-pc-windows-msvc.zip",
"cmd": "./codex-acp.exe"
}
},
"npx": {
"package": "@zed-industries/[email protected]"
}
}
}