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

@@ -78,4 +78,13 @@ developer message Codex inserts when realtime becomes active. It only affects
the realtime start message in prompt history and does not change websocket
backend prompt settings or the realtime end/inactive message.
## Unified exec over exec-server
`experimental_unified_exec_use_exec_server` routes `exec_command` and
`write_stdin` process launches through `codex-exec-server` instead of spawning
them directly in-process. When
`experimental_unified_exec_spawn_local_exec_server` is also enabled, Codex
starts a session-scoped local `codex-exec-server` subprocess on startup and
uses that connection for unified-exec calls.
Ctrl+C/Ctrl+D quitting uses a ~1 second double-press hint (`ctrl + c again to quit`).