v2.6.91
BenedictKing/ccxv2.6.91May 14, 2026by github-actions[bot]
AI Summary
Enhances Codex tool compatibility by introducing native tool passthrough capabilities and frontend controls.
Key Highlights
- New Codex native tool passthrough switch
- Frontend UI for managing tool compatibility
- Automatic mapping of `apply_patch` tools back to Codex format
New Features
- Codex native tool passthrough
- Codex Desktop tool compatibility layer
Full Release Notes
### ✨ 新功能 - **新增 Codex 原生工具透传开关** - 支持将 Codex 原生工具转换为上游可调用的通用函数格式,改善 Codex Desktop 与第三方上游的工具调用兼容性 - **前端渠道编辑新增 Codex 原生工具透传开关** - 可在管理界面直接启用该兼容能力,并提供多语言文案 ### 🐛 修复 - **修复 Codex apply_patch 工具回写不可执行** - 当上游返回 apply_patch 相关工具调用时,自动映射回 Codex 客户端可执行的原生工具调用,避免客户端无法识别或报错 - **修复 Codex 字符串形式 apply_patch 工具回写** - 兼容客户端以字符串简写形式声明 apply_patch 的场景,确保响应中的工具调用可被正确执行 ### 🔧 改进 - **复用工具转换能力** - 提升 Codex 工具透传与协议转换逻辑的一致性 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.6.89...v2.6.91