v2.6.92
BenedictKing/ccxv2.6.92May 14, 2026by github-actions[bot]
AI Summary
Adds a new 'thinking' reasoning parameter style and fixes streaming termination and function calling compatibility issues.
Key Highlights
- New `thinking` reasoning parameter style for specific models
- Fixes stream termination for upstreams missing `[DONE]` markers
- Resolves Gemini function calling 400 errors with missing signatures
New Features
- New reasoning parameter style configuration
- Stream completion event handling
- Gemini tool call signature injection
Full Release Notes
### ✨ 新功能 - **新增 `thinking` 思考参数风格** - 渠道 `reasoningParamStyle` 新增 `thinking` 选项,支持京东 CodingPlan / GLM-5 等需要该格式开启思考模式的上游 ### 🐛 修复 - **修复流式输出缺少终止符导致断流** - 当上游(如 MiniMax)不发送 `[DONE]` 终止符时,Responses handler 自动补发 `response.completed` 事件,确保客户端正常接收完整流 - **修复 Gemini 上游 function calling 400 错误** - Chat 渠道自动为缺失 `thought_signature` 的 tool_calls 注入占位值,避免 Gemini 3 多轮调用报错 - **修复编辑渠道时思考参数风格未保存** - Messages、Responses、Gemini、Images 四类渠道更新函数补齐 `reasoningParamStyle` 字段赋值 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.91...v2.6.92