v2.6.45
BenedictKing/ccxv2.6.45Apr 3, 2026by github-actions[bot]
AI Summary
Fixes compatibility issues with upstream SSE stream responses by handling event formats that lack a space after the colon.
Key Highlights
- Fixed upstream SSE stream compatibility
- Handled `data:{...}` event format correctly
Full Release Notes
### 🐛 修复
- 修复部分上游 SSE 流式响应兼容性问题,支持正确处理 `data:{...}` 这类缺少冒号后空格的事件格式,避免有效流被误判为空响应
### 🙏 致谢
- 感谢 @BugMasterLab 提交 PR #20,帮助修复 SSE 字段格式兼容性问题
---
**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.44...v2.6.45