core-agent-ide/codex-rs/codex-api/src
Channing Conger 21c6d40a44
Add feature for optional request compression (#8767)
Adds a new feature
`enable_request_compression` that will compress using zstd requests to
the codex-backend. Currently only enabled for codex-backend so only enabled for openai providers when using chatgpt::auth even when the feature is enabled

Added a new info log line too for evaluating the compression ratio and
overhead off compressing before requesting. You can enable with
`RUST_LOG=$RUST_LOG,codex_client::transport=info`

```
2026-01-06T00:09:48.272113Z  INFO codex_client::transport: Compressed request body with zstd pre_compression_bytes=28914 post_compression_bytes=11485 compression_duration_ms=0
```
2026-01-07 13:21:40 -08:00
..
endpoint Add feature for optional request compression (#8767) 2026-01-07 13:21:40 -08:00
requests Add feature for optional request compression (#8767) 2026-01-07 13:21:40 -08:00
sse fix(codex-api): handle Chat Completions DONE sentinel (#8708) 2026-01-05 09:29:42 -08:00
auth.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
common.rs Refresh on models etag mismatch (#8491) 2026-01-01 11:41:16 -08:00
error.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
lib.rs Add models endpoint (#7603) 2025-12-04 12:57:54 -08:00
provider.rs Add feature for optional request compression (#8767) 2026-01-07 13:21:40 -08:00
rate_limits.rs fix: taking plan type from usage endpoint instead of thru auth token (#7610) 2025-12-04 23:34:13 -08:00
telemetry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00