mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 02:43:02 +00:00
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:
committed by
GitHub
parent
66b98b7294
commit
a0f35574d0
@@ -204,6 +204,7 @@ vi.mock("../config/config.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../config/paths.js", () => ({
|
||||
resolveIsNixMode: () => false,
|
||||
resolveStateDir: () => resolveStateDir(),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user