mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user