Manage the Codex app-server binary in OpenClaw (#71808)

* Manage Codex app-server binary

* Use plugin deps for Codex app-server binary

* Stabilize media model registry test

* Exclude checkpoint transcripts from memory ingestion
This commit is contained in:
pash-openai
2026-04-25 16:51:14 -07:00
committed by GitHub
parent fc334cda13
commit edb618c6c4
21 changed files with 537 additions and 33 deletions

View File

@@ -57,10 +57,7 @@
"enum": ["stdio", "websocket"],
"default": "stdio"
},
"command": {
"type": "string",
"default": "codex"
},
"command": { "type": "string" },
"args": {
"oneOf": [
{
@@ -132,7 +129,7 @@
},
"appServer.command": {
"label": "Command",
"help": "Executable used for stdio transport.",
"help": "Executable used for stdio transport. Leave unset to use OpenClaw's managed Codex binary.",
"advanced": true
},
"appServer.args": {