v2.9.28

BenedictKing/ccxv2.9.28Jul 2, 2026by github-actions[bot]

AI Summary

Adds network interface binding support via environment variable and significantly improves thinking cache management. It also enhances the identification of Claude Code sub-agents.

Key Highlights

  • BIND_HOST environment variable support for network binding
  • Claude Code sub-agent precise identification via Agent-Id
  • Unified thinking cache configuration and CLI options

New Features

  • BIND_HOST environment variable support
  • Claude thinking backfill cache
  • Sub-agent precise identification
  • Unified thinking cache configuration
  • DeepSeek Claude thinking cache diagnostics

Full Release Notes

### ✨ 新功能

- **BIND_HOST 环境变量** - 支持通过环境变量绑定指定网络接口
- **Claude thinking 回填缓存** - 新增 thinking 回填缓存,提升重复请求响应效率
- **子代理精确识别** - 通过 Agent-Id 精确识别 Claude Code 子代理
- **统一 thinking 缓存配置与 CLI 选项** - 统一 thinking 缓存的配置管理与命令行选项
- **DeepSeek Claude thinking 缓存诊断** - DeepSeek Claude 渠道启用 thinking 缓存诊断
- **DeepSeek Claude 预设切换 thinking 缓存模式** - DeepSeek Claude 预设切换到 thinking 缓存模式

### 🐛 修复

- **stop_reason 误判** - 修复 stop_reason 仅事件被误判为语义内容的问题

### 🔧 改进

- **override 日志增强** - 增强调度的 override 日志输出

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.9.27...v2.9.28