v2.6.97
BenedictKing/ccxv2.6.97May 15, 2026by github-actions[bot]
AI Summary
Fixes the Chat channel integration with Gemini by automatically injecting thought_signature parameters.
Key Highlights
- Fixes Chat channel integration with Gemini upstream
- Automatic injection of thought_signature to prevent 400 errors
New Features
- 修复 Chat 渠道对接 Gemini 上游时 function calling 返回 400 - Auto-injects thought_signature
Full Release Notes
### 🐛 修复 - **修复 Chat 渠道对接 Gemini 上游时 function calling 返回 400** - 当 Chat 渠道 serviceType 为 openai 但实际对接 Gemini 上游时,自动为 tool_calls 注入 thought_signature,避免 Gemini 3 模型报错 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.96...v2.6.97