exec-server: fix stacked unified-exec compile fallout

Remove the stale sandbox field from the exec-server params construction and align the README wording with the simplified handshake.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-18 23:53:24 +00:00
parent 3141148dee
commit 9eeb8a03b8
2 changed files with 3 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ rough call flow, buffering, and sandboxing boundaries, live in
## Transport
The server speaks the same JSON-RPC message shapes over multiple transports.
The server speaks the shared JSON-RPC message shapes over multiple transports.
The standalone binary supports:
@@ -43,17 +43,10 @@ The standalone binary supports:
Wire framing:
- stdio: one newline-delimited JSON-RPC message per line on stdin/stdout
- stdio: one newline-delimited JSON message per line on stdin/stdout
- websocket: one JSON-RPC message per websocket text frame
Like the app-server transport, messages on the wire omit the `"jsonrpc":"2.0"`
field and use the shared `codex-app-server-protocol` envelope types.
The current protocol version is:
```text
exec-server.v0
```
Messages on the wire use the shared `codex-app-server-protocol` envelope types.
## Lifecycle