v2.6.64
BenedictKing/ccxv2.6.64Apr 17, 2026by github-actions[bot]
AI Summary
Adds source tagging for capability test requests in channel logs and fixes cache hit rate statistics anomalies. Improves quota detection for 401 errors to prevent false negatives.
Key Highlights
- Capability test requests now tagged with 'Capability Test' source in logs.
- Fixed cache hit rate statistics displaying incorrect values.
- Improved quota detection for 401 errors and string error bodies.
New Features
- Capability test tagging in logs
- Fixed cache hit rate statistics
- Improved quota detection logic
Full Release Notes
### ✨ 新功能 - 能力测试请求现在会写入渠道日志,并带有“能力测试”来源标识,便于统一排查失败状态、耗时和错误详情 ### 🐛 修复 - 修复 Responses 渠道缓存命中率统计异常,避免管理看板中的缓存命中率被错误显示为过高或偏低 - 修复部分 401 与字符串错误体下的额度不足识别问题,避免额度耗尽的 API Key 漏判,提升自动拉黑与故障切换准确性 ### 🔧 改进 - 统一不同 Responses 来源的缓存 token 统计口径,提升管理看板缓存指标展示的一致性 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.63...v2.6.64