v2.6.74

BenedictKing/ccxv2.6.74May 4, 2026by github-actions[bot]

AI Summary

Adds mini models to the Responses channel and resolves calculation and localization issues in the frontend.

Key Highlights

  • Add mini models to Responses channel built-in source model list
  • Fix cache token calculation to prevent duplicate `total_tokens` accumulation
  • Fix tool call message order in protocol conversion from Responses to Chat
  • Replace hardcoded Chinese text in channel logs with i18n keys

New Features

  • Add mini models to Responses channel

Full Release Notes

### ✨ 新功能

- Responses 渠道内置源模型列表新增 mini 模型

### 🐛 修复

- **修正缓存 token 计量** - 解决 Chat→Responses 缓存 usage 重复累计的问题,避免 `total_tokens` 计算偏差
- **修正工具调用消息顺序** - 修复 Responses→Chat 协议转换时多轮工具调用排序不正确的问题
- **补充渠道日志弹窗国际化** - 替换渠道日志弹窗中硬编码的中文,改用 i18n 键值,时间显示改为系统 locale
- **清除前端硬编码中文并移除死代码** - 替换编排页面中硬编码的 tooltip 文本,移除未使用的系统状态方法

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.73...v2.6.74