mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Route unified-exec through exec-server
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user