Fix Codex installation (#267)

This commit is contained in:
Mateusz Burzyński
2026-02-12 11:02:43 +00:00
committed by pullfrog[bot]
parent bc28c658f2
commit 0ecb1edcdd
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -120,6 +120,7 @@ async function installCodex(): Promise<string> {
packageName: "@openai/codex",
version: "latest",
executablePath: "bin/codex.js",
installDependencies: true,
});
}