|
1 | 1 | { |
2 | 2 | "id": "codex-acp", |
3 | 3 | "name": "Codex CLI", |
4 | | - "version": "0.8.0", |
| 4 | + "version": "0.8.1", |
5 | 5 | "description": "ACP adapter for OpenAI's coding assistant", |
6 | 6 | "repository": "https://github.com/zed-industries/codex-acp", |
7 | 7 | "authors": ["OpenAI", "Zed Industries"], |
8 | 8 | "license": "Apache-2.0", |
9 | 9 | "distribution": { |
10 | 10 | "binary": { |
11 | 11 | "darwin-aarch64": { |
12 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-apple-darwin.tar.gz", |
| 12 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-apple-darwin.tar.gz", |
13 | 13 | "cmd": "./codex-acp" |
14 | 14 | }, |
15 | 15 | "darwin-x86_64": { |
16 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-apple-darwin.tar.gz", |
| 16 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-apple-darwin.tar.gz", |
17 | 17 | "cmd": "./codex-acp" |
18 | 18 | }, |
19 | 19 | "linux-aarch64": { |
20 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-unknown-linux-gnu.tar.gz", |
| 20 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-unknown-linux-gnu.tar.gz", |
21 | 21 | "cmd": "./codex-acp" |
22 | 22 | }, |
23 | 23 | "linux-x86_64": { |
24 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-unknown-linux-gnu.tar.gz", |
| 24 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-unknown-linux-gnu.tar.gz", |
25 | 25 | "cmd": "./codex-acp" |
26 | 26 | }, |
27 | 27 | "windows-aarch64": { |
28 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-pc-windows-msvc.zip", |
| 28 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-pc-windows-msvc.zip", |
29 | 29 | "cmd": "./codex-acp.exe" |
30 | 30 | }, |
31 | 31 | "windows-x86_64": { |
32 | | - "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-pc-windows-msvc.zip", |
| 32 | + "archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-pc-windows-msvc.zip", |
33 | 33 | "cmd": "./codex-acp.exe" |
34 | 34 | } |
35 | 35 | } |
|
0 commit comments