Commit Graph

8 Commits

Author SHA1 Message Date
starr-openai
7ba964c0aa exec-server: switch start to server-assigned session ids
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 19:39:26 +00:00
starr-openai
adfc5aa0c5 codex: address PR review feedback (#14862)
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 18:05:24 +00:00
starr-openai
008d096dc2 Expand exec-server unit test coverage
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 04:12:02 +00:00
starr-openai
4319be2d7c Document exec-server design flow and add lifecycle tests
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 03:21:04 +00:00
starr-openai
63706bc34e refactor(exec-server): split routing from handler
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 02:49:37 +00:00
starr-openai
695b6ab90e refactor(exec-server): tighten client lifecycle and output model
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 02:34:49 +00:00
starr-openai
dc5f035527 test(exec-server): add unit coverage for transport and handshake
Co-authored-by: Codex <noreply@openai.com>
2026-03-17 01:52:06 +00:00
starr-openai
632cd242bc refactor(exec-server): split transports from client launch
Separate the transport-neutral JSON-RPC connection and server processor from
local process spawning, add websocket support, and document the new API
shape.

Co-authored-by: Codex <noreply@openai.com>
2026-03-17 01:33:51 +00:00