Route unified-exec through exec-server

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-18 01:49:24 +00:00
parent d329e6d2b5
commit 3971afd6d0
15 changed files with 580 additions and 11 deletions

View File

@@ -321,6 +321,12 @@
"experimental_compact_prompt_file": {
"$ref": "#/definitions/AbsolutePathBuf"
},
"experimental_unified_exec_spawn_local_exec_server": {
"type": "boolean"
},
"experimental_unified_exec_use_exec_server": {
"type": "boolean"
},
"experimental_use_freeform_apply_patch": {
"type": "boolean"
},
@@ -1873,6 +1879,14 @@
"description": "Experimental / do not use. Replaces the synthesized realtime startup context appended to websocket session instructions. An empty string disables startup context injection entirely.",
"type": "string"
},
"experimental_unified_exec_spawn_local_exec_server": {
"description": "When `true`, start a session-scoped local `codex-exec-server` subprocess during session startup and route unified-exec calls through it.",
"type": "boolean"
},
"experimental_unified_exec_use_exec_server": {
"description": "When `true`, route unified-exec process launches through `codex-exec-server` instead of spawning them directly in-process.",
"type": "boolean"
},
"experimental_use_freeform_apply_patch": {
"type": "boolean"
},