Skip to content

Commit bb3031e

Browse files
committed
feat: update codex adapter and migrate to base acp prxy for agent
1 parent c5a32b2 commit bb3031e

File tree

7 files changed

+765
-337
lines changed

7 files changed

+765
-337
lines changed

apps/code/scripts/download-binaries.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const DEST_DIR = join(__dirname, "..", "resources", "codex-acp");
1919
const BINARIES = [
2020
{
2121
name: "codex-acp",
22-
version: "0.9.5",
22+
version: "0.11.1",
2323
getUrl: (version, target) => {
2424
const ext = target.includes("windows") ? "zip" : "tar.gz";
2525
return `https://github.com/zed-industries/codex-acp/releases/download/v${version}/codex-acp-${version}-${target}.${ext}`;

0 commit comments

Comments
 (0)