mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 18:45:16 +00:00
6 lines
325 B
TypeScript
6 lines
325 B
TypeScript
export const MIN_CODEX_APP_SERVER_VERSION = "0.125.0";
|
|
export const MIN_CODEX_SANDBOX_EXEC_SERVER_APP_SERVER_VERSION = "0.132.0";
|
|
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
|
|
// Keep this in sync with the Codex CLI live-test package pin.
|
|
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.134.0";
|