v2.6.44
BenedictKing/ccxv2.6.44Mar 31, 2026by github-actions[bot]
AI Summary
Fixes Claude cache usage token statistics in both streaming and non-streaming scenarios and adds regression tests.
Key Highlights
- Fixed cache token statistics (cache_creation_input_tokens, etc.)
- Added regression test coverage for cache usage
Full Release Notes
### 🐛 修复 - **补全 Claude cache usage 统计** - 修复缓存相关 token 统计(cache_creation_input_tokens、cache_read_input_tokens 等)在流式与非流式场景下的透传与计算 - **新增 usage 回归测试覆盖** - 为协议转换器和 handler 补充缓存 usage 断言,防止后续遗漏 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.43...v2.6.44