v2.9.28
vectordotdev/vectorv2.9.28Jul 2, 2026by github-actions[bot]
AI Summary
This release adds network binding flexibility via the BIND_HOST environment variable and introduces comprehensive caching for Claude and DeepSeek thinking processes.
Key Highlights
- BIND_HOST environment variable support
- New Claude thinking backfill cache
- Precise identification of Claude Code sub-agents
- Unified thinking cache configuration and CLI options
- DeepSeek Claude thinking cache diagnostics
New Features
- BIND_HOST environment variable
- Claude thinking backfill cache
- Sub-agent identification
- Unified thinking cache configuration
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