v2.6.93
BenedictKing/ccxv2.6.93May 14, 2026by github-actions[bot]
AI Summary
Resolves configuration issues with reasoning parameters in Responses channels, specifically for chat and OpenAI types.
Key Highlights
- Fixes `reasoningParamStyle` configuration for Responses channels
- Correctly injects thinking/reasoning parameters to upstream
- Applies fix to chat, OpenAI, and Claude service types
New Features
- Reasoning parameter injection logic
Full Release Notes
### 🐛 修复 - **修复 Responses 渠道 converter 路径思考参数不生效** - 当 Responses 渠道 serviceType 为 chat/openai/claude 时,`reasoningParamStyle` 配置现在能正确注入 thinking/reasoning 参数到上游请求 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.92...v2.6.93