v2.6.94

BenedictKing/ccxv2.6.94May 14, 2026by github-actions[bot]

AI Summary

Fixes an issue where isolated tool messages in history caused DeepSeek API rejections by downgrading them to standard text.

Key Highlights

  • Handles orphaned tool messages in history gracefully
  • Prevents DeepSeek rejection due to malformed history
  • Downgrades tool outputs to user text when context is missing

New Features

  • Chat history tool message handling logic

Full Release Notes

### 🐛 修复

- **修复 Responses 历史中孤立 tool 消息导致 DeepSeek 拒绝请求** - 当历史消息中存在没有前置匹配 `tool_calls` 的工具输出时,转换层会将其降级为普通 user 文本保留上下文,避免上游返回错误

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.93...v2.6.94