Remove codex-cli backend and migrate to Codex runtime

Remove the bundled codex-cli backend, migrate legacy codex-cli refs and runtime pins to the Codex app-server runtime, and update live/backend workflow coverage for the supported CLI lanes.
This commit is contained in:
Peter Steinberger
2026-05-14 10:07:18 +01:00
committed by GitHub
parent 66b98b7294
commit a0f35574d0
38 changed files with 531 additions and 377 deletions

View File

@@ -204,6 +204,7 @@ vi.mock("../config/config.js", () => ({
}));
vi.mock("../config/paths.js", () => ({
resolveIsNixMode: () => false,
resolveStateDir: () => resolveStateDir(),
}));