feat(ai): use zstd compression for codex sse transport

This commit is contained in:
Vegard Stikbakke
2026-06-30 14:29:51 +02:00
parent a3cc169d97
commit 0ac3cfe09b
3 changed files with 138 additions and 4 deletions
+4
View File
@@ -6,6 +6,10 @@
- Fixed OpenAI Codex user-agent construction to synchronously load Node OS metadata, avoiding a startup race that could report `pi (browser)` in Node/Bun.
### Added
- Added zstd request-body compression for the OpenAI Codex Responses SSE transport. Requests are sent with `Content-Encoding: zstd` when Node/Bun zstd support is available; the WebSocket transport is unchanged.
## [0.80.3] - 2026-06-30
### Added