mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:50:43 +00:00
* Manage Codex app-server binary * Use plugin deps for Codex app-server binary * Stabilize media model registry test * Exclude checkpoint transcripts from memory ingestion
4 lines
206 B
TypeScript
4 lines
206 B
TypeScript
export const MIN_CODEX_APP_SERVER_VERSION = "0.125.0";
|
|
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
|
|
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = MIN_CODEX_APP_SERVER_VERSION;
|