v2.6.89

BenedictKing/ccxv2.6.89May 13, 2026by github-actions[bot]

AI Summary

Fixes API parsing errors for the models endpoint and improves stream retry logic for empty thinking content.

Key Highlights

  • Fixes Models aggregation API auth and parsing for Gemini
  • Corrects retry mechanism for empty thinking content
  • Syncs frontend Reasoning Content toggle state

New Features

  • Models API stability improvements
  • Stream retry logic enhancement
  • UI state synchronization

Full Release Notes

### 🐛 修复

- **修复 /v1/models 聚合接口对 Gemini 渠道的鉴权和解析** - 修复 Models 聚合接口在请求 Gemini 渠道时鉴权和响应解析异常的问题
- **修复流式空 thinking 内容触发重试** - 当流式响应中 thinking 内容为空时正确触发重试机制,避免下游收到无效响应
- **对齐前端 Reasoning Content 回传开关** - 修复前端回传开关状态与后端不一致的问题

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.88...v2.6.89