v2.6.63
BenedictKing/ccxv2.6.63Apr 16, 2026by github-actions[bot]
AI Summary
Fixes token statistics compatibility in cache hits and improves circuit breaker recovery thresholds. Simplifies channel status UI and unifies session affinity across protocols.
Key Highlights
- Fixed token statistics compatibility across different upstream formats in cache hits.
- Relaxed circuit breaker recovery threshold.
- Simplified channel status UI text (Normal/Circuit Breaker).
- Unified session affinity and cache identity extraction.
New Features
- Token statistics compatibility fix
- Relaxed circuit breaker recovery
- UI simplification for channel status
- Unified session affinity
Full Release Notes
### 🐛 修复 - 修复缓存命中场景下的 token 统计兼容性,确保不同上游返回格式都能正确显示缓存读取用量 - 放宽熔断恢复门槛,并在切换到下一个密钥前补充更清晰的上游错误摘要 - 优化全黑名单 API Key 场景下的模型列表与能力测试回退逻辑,避免无可用活跃 Key 时直接失败 - 修复全 Key 拉黑场景下能力测试重试可能触发崩溃的问题 ### 🔧 改进 - 简化管理界面的渠道状态展示,统一为更易理解的“正常 / 熔断”等用户态文案,同时保留必要的恢复操作 - 强化熔断与恢复机制,减少异常渠道被重复命中,并提升状态持久化与调度稳定性 - 统一多协议会话亲和、缓存身份提取和桥接字段映射,提升跨接口缓存复用与请求兼容性 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.57...v2.6.63