core-agent-ide/codex-rs/codex-api/tests
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
..
clients.rs Remove ApiPrompt (#11265) 2026-02-10 16:12:31 +00:00
models_integration.rs fix: show user warning when using default fallback metadata (#11690) 2026-02-15 18:46:05 -08:00
realtime_websocket_e2e.rs codex-api: realtime websocket session.create + typed inbound events (#12036) 2026-02-17 22:17:01 -08:00
sse_end_to_end.rs Do not attempt to append after response.completed (#11402) 2026-02-11 07:45:17 -08:00