feat(ai): add cached codex websocket transport
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user