-
refactor(executor): remove legacy `connCreateSent` logic and standardize `response.create` usage for all websocket events
released this
2026-03-07 01:07:23 +00:00 - Simplified connection logic by removing
connCreateSentand related state handling. - Updated
buildCodexWebsocketRequestBodyto always useresponse.create. - Added unit tests to validate
response.createbehavior and beta header preservation. - Dropped unsupported
response.appendand outdatedresponse.doneevent types.
Downloads
- Simplified connection logic by removing