Skip to content

Commit b772ead

Browse files
committed
feat: update codex adapter and migrate to base acp prxy for agent
1 parent 2ba30f5 commit b772ead

7 files changed

Lines changed: 765 additions & 337 deletions

File tree

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)