Commit Graph

7 Commits

Author SHA1 Message Date
starr-openai
53bb53b968 Fix exec-server compile breakage and websocket test helpers 2026-03-19 01:18:16 +00:00
starr-openai
f58a8674bc Fix exec-server in-order request handling and stdio transport
Co-authored-by: Codex <noreply@openai.com>
2026-03-19 01:15:14 +00:00
starr-openai
6742da0030 Add exec-server filesystem RPC implementation
Co-authored-by: Codex <noreply@openai.com>
2026-03-18 14:53:45 -07:00
starr-openai
0a846a2625 Add generic exec-server RPC foundation
Co-authored-by: Codex <noreply@openai.com>
2026-03-18 14:30:57 -07:00
starr-openai
16ff474725 Add generic RPC server glue to exec-server stub
Introduce API-agnostic server envelope parsing/encoding and a tiny method-registration router in the initialize-only exec-server slice.

Co-authored-by: Codex <noreply@openai.com>
2026-03-18 13:59:41 -07:00
starr-openai
2958067cf9 Trim exec-server PR to stub server slice
Keep only the standalone handshake transport in the first PR. Leave exec RPC behavior unimplemented here so the working process implementation can land in a separate follow-up.\n\nCo-authored-by: Codex <noreply@openai.com>
2026-03-18 12:48:00 -07:00
starr-openai
144c3593db Add codex-exec-server crate
This adds the standalone exec-server stdio JSON-RPC crate and its
smoke tests without wiring it into the CLI or unified-exec yet.

Co-authored-by: Codex <noreply@openai.com>
2026-03-18 10:29:08 -07:00