mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## What changed - Add the initialized `environment/status` RPC, which reports `ready` when the exec server can handle requests. - Expose environment IDs and `ready`, `pending`, or `disconnected` status through `EnvironmentManager` and `Environment`. - Keep status checks non-mutating: they do not start or recover lazy remote environments, and probe only an existing connection. ## Testing - Cover the status RPC over WebSocket and the in-process request processor. - Verify that checking an unstarted stdio environment leaves it pending and that failed connections report as disconnected. GitOrigin-RevId: 22febeb6a3457849292128a8991c6400c22b3fd8