v2.6.73
BenedictKing/ccxv2.6.73May 3, 2026by github-actions[bot]
AI Summary
Improves compatibility with non-standard Chat roles and fixes tool call chain truncation issues in protocol conversion.
Key Highlights
- Add non-standard role normalization option for OpenAI Chat channel
- Fix tool call chain truncation in Responses protocol conversion
- Unify Chat request body construction logic to eliminate duplicate code
New Features
- Add non-standard role normalization for OpenAI Chat
Full Release Notes
### ✨ 新功能 - OpenAI Chat 渠道新增非标准 role 规范化选项:启用后将非标准 Chat role 自动改写为 `user`,提高上游兼容性 ### 🐛 修复 - 修复 Responses 协议转换中工具调用链被截断的问题,确保多轮工具调用完整保留 ### 🔧 改进 - 统一 Chat 请求体构造逻辑,消除各上游分支重复代码 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.72...v2.6.73