mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
fix(codex): expose app-server env controls
This commit is contained in:
committed by
Peter Steinberger
parent
09c39463bb
commit
aeb007e4e5
@@ -109,6 +109,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string" }
|
||||
},
|
||||
"clearEnv": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"requestTimeoutMs": {
|
||||
"type": "number",
|
||||
"minimum": 1,
|
||||
@@ -234,6 +238,11 @@
|
||||
"help": "Additional headers sent to the WebSocket app-server.",
|
||||
"advanced": true
|
||||
},
|
||||
"appServer.clearEnv": {
|
||||
"label": "Clear Environment",
|
||||
"help": "Environment variable names removed from the spawned stdio app-server process after overrides are applied.",
|
||||
"advanced": true
|
||||
},
|
||||
"appServer.requestTimeoutMs": {
|
||||
"label": "Request Timeout",
|
||||
"help": "Maximum time to wait for Codex app-server control-plane requests.",
|
||||
|
||||
Reference in New Issue
Block a user