core-agent-ide/codex-rs/codex-api/src
Brian Yu 1fbf5ed06f
Support alternative websocket API (#10861)
**Test plan**

```
cargo build -p codex-cli && RUST_LOG='codex_api::endpoint::responses_websocket=trace,codex_core::client=debug,codex_core::codex=debug' \
  ./target/debug/codex \
    --enable responses_websockets_v2 \
    --profile byok \
    --full-auto
```
2026-02-06 14:40:50 -08:00
..
endpoint feat: add phase 1 mem client (#10629) 2026-02-04 17:59:36 +00:00
requests feat: drop wire_api from clients (#10498) 2026-02-03 12:43:09 +00:00
sse Add a codex.rate_limits event for websockets (#10324) 2026-02-04 06:01:47 -08:00
auth.rs feat: clean codex-api part 1 (#10501) 2026-02-03 14:08:09 +00:00
common.rs Support alternative websocket API (#10861) 2026-02-06 14:40:50 -08:00
error.rs fix(codex-api): treat invalid_prompt as non-retryable (#9400) 2026-01-16 22:22:08 -08:00
lib.rs feat: add phase 1 mem client (#10629) 2026-02-04 17:59:36 +00:00
provider.rs feat: drop wire_api from clients (#10498) 2026-02-03 12:43:09 +00:00
rate_limits.rs Add a codex.rate_limits event for websockets (#10324) 2026-02-04 06:01:47 -08:00
telemetry.rs Add websocket telemetry metrics and labels (#10316) 2026-01-31 19:16:44 -08:00