mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 16:15:50 +08:00
- Added `mapCodexWebsocketReadError` to handle `CloseMessageTooBig` errors with proper status and error code mapping. - Updated error propagation and logging in Codex WebSocket executor. - Introduced corresponding unit test to verify `message_too_big` error mapping in streamed responses. Closes: #4017