feat(ai): add cached codex websocket transport

This commit is contained in:
Mario Zechner
2026-05-01 13:07:40 +02:00
parent 8040dd6ded
commit 4745a95898
9 changed files with 779 additions and 18 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `websocket-cached` to the transport setting options for the OpenAI Codex provider used with ChatGPT subscription auth. This keeps the same WebSocket open for a session and, after the first request, sends only the new conversation items instead of resending the full chat history when possible.
## [0.71.0] - 2026-04-30
### Breaking Changes