core-agent-ide/codex-rs/codex-api/src
Ahmed Ibrahim 03ce01e71f
codex-api: realtime websocket session.create + typed inbound events (#12036)
## Summary
- add realtime websocket client transport in codex-api
- send session.create on connect with backend prompt and optional
conversation_id
- keep session.update for prompt changes after connect
- switch inbound event parsing to a tagged enum (typed variants instead
of optional field bag)
- add a websocket e2e integration test in
codex-rs/codex-api/tests/realtime_websocket_e2e.rs

## Why
This moves the realtime transport to an explicit session-create
handshake and improves protocol safety with typed inbound events.

## Testing
- Added e2e integration test coverage for session create + event flow in
the API crate.
2026-02-17 22:17:01 -08:00
..
endpoint codex-api: realtime websocket session.create + typed inbound events (#12036) 2026-02-17 22:17:01 -08:00
requests chore: streamline phase 2 (#11712) 2026-02-13 13:21:11 +00:00
sse Chore: remove response model check and rely on header model for downgrade (#12061) 2026-02-18 01:50:06 +00:00
auth.rs feat: clean codex-api part 1 (#10501) 2026-02-03 14:08:09 +00:00
common.rs add(core): safety check downgrade warning (#11964) 2026-02-16 22:13:36 -08:00
error.rs change model cap to server overload (#11388) 2026-02-11 17:16:27 -08:00
lib.rs codex-api: realtime websocket session.create + typed inbound events (#12036) 2026-02-17 22:17:01 -08:00
provider.rs feat: drop wire_api from clients (#10498) 2026-02-03 12:43:09 +00:00
rate_limits.rs feat: support multiple rate limits (#11260) 2026-02-10 20:09:31 -08:00
telemetry.rs Add websocket telemetry metrics and labels (#10316) 2026-01-31 19:16:44 -08:00