Skip to content

Commit 0df60e2

Browse files
committed
Bump Codex CLI version to 0.7.4
1 parent 53d3a2a commit 0df60e2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

codex/agent.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"id": "codex",
33
"name": "Codex CLI",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"description": "ACP adapter for OpenAI's coding assistant",
66
"repository": "https://github.com/zed-industries/codex-acp",
77
"authors": ["OpenAI", "Zed Industries"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-aarch64-apple-darwin.tar.gz",
12+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-aarch64-apple-darwin.tar.gz",
1313
"cmd": "./codex-acp"
1414
},
1515
"darwin-x86_64": {
16-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-x86_64-apple-darwin.tar.gz",
16+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-x86_64-apple-darwin.tar.gz",
1717
"cmd": "./codex-acp"
1818
},
1919
"linux-aarch64": {
20-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-aarch64-unknown-linux-gnu.tar.gz",
20+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-aarch64-unknown-linux-gnu.tar.gz",
2121
"cmd": "./codex-acp"
2222
},
2323
"linux-x86_64": {
24-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-x86_64-unknown-linux-gnu.tar.gz",
24+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-x86_64-unknown-linux-gnu.tar.gz",
2525
"cmd": "./codex-acp"
2626
},
2727
"windows-aarch64": {
28-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-aarch64-pc-windows-msvc.zip",
28+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-aarch64-pc-windows-msvc.zip",
2929
"cmd": "./codex-acp.exe"
3030
},
3131
"windows-x86_64": {
32-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.3/codex-acp-0.7.3-x86_64-pc-windows-msvc.zip",
32+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.7.4/codex-acp-0.7.4-x86_64-pc-windows-msvc.zip",
3333
"cmd": "./codex-acp.exe"
3434
}
3535
}

0 commit comments

Comments
 (0)