mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 23:52:40 -06:00
8 lines
349 B
TypeScript
8 lines
349 B
TypeScript
/**
|
|
* Version and package pins for the managed Codex app-server runtime.
|
|
*/
|
|
/** Exact Codex app-server version shipped and supported by the OpenClaw Codex bridge. */
|
|
export const CODEX_APP_SERVER_VERSION = "0.146.1";
|
|
/** npm package name for the managed Codex app-server binary. */
|
|
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
|