codex: move unified exec sandbox launch to exec-server

This commit is contained in:
starr-openai
2026-04-03 16:32:52 -07:00
parent 4eabc3dcb1
commit cc915eb13e
18 changed files with 286 additions and 21 deletions

View File

@@ -202,6 +202,7 @@ mod tests {
env: Default::default(),
tty: false,
arg0: None,
sandbox: None,
})
.await
.expect("start process");