mirror of
https://github.com/BenedictKing/ccx.git
synced 2026-04-25 03:55:49 +03:00
-
v2.6.17 Stable
released this
2026-02-25 15:07:33 +03:00 | 246 commits to main since this release📅 Originally published on GitHub: Wed, 25 Feb 2026 13:06:32 GMT
🏷️ Git tag created: Wed, 25 Feb 2026 12:07:33 GMT✨ 新功能
- 新增 OpenAI Chat Completions 端点 (
POST /v1/chat/completions) - 第四类用户侧 API,支持 OpenAI Chat 格式请求,自动转换到 Claude/Gemini 上游,包含流式/非流式响应、独立渠道管理和调度 - 渠道模型白名单过滤 - 为渠道配置支持的模型列表,调度器自动跳过不支持当前请求模型的渠道,支持精确匹配和通配符前缀匹配(如
gpt-4*),空列表表示支持所有模型 - 渠道级代理(Proxy)支持 - 为每个渠道配置独立的 HTTP/SOCKS5 代理,适用于网络隔离、地域限制等场景,Ping 连通性测试同样走渠道代理
🐛 修复
- Chat 渠道 Ping 支持 Claude 类型 - Claude API 改用
OPTIONS /v1/messages进行健康检查 - Chat Claude 响应 finish_reason 映射 - 正确映射 Claude
stop_reason到 OpenAIfinish_reason - Chat 流式响应处理修复 - 修复流式响应的两个严重问题及代码审查发现的中等问题
- 密钥管理 MODELS ERR 工具提示样式修复
🔒 安全
- 安全审计修复 - 权限分离、启动保护与配置加固
🔧 改进
- Go 依赖升级,支持 SOCKS5 代理功能
- 移除更多代理相关请求头,降低被识别为中转层的风险
Full Changelog: https://github.com/BenedictKing/ccx/compare/v2.6.16...v2.6.17
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
ccx-darwin-amd64
0 downloads ·
2026-02-26 12:18:48 +03:00 · 16 MiB -
ccx-darwin-arm64
0 downloads ·
2026-02-26 12:18:49 +03:00 · 15 MiB -
ccx-linux-amd64
0 downloads ·
2026-02-26 12:18:50 +03:00 · 16 MiB -
ccx-linux-arm64
0 downloads ·
2026-02-26 12:18:51 +03:00 · 15 MiB -
ccx-windows-amd64.exe
0 downloads ·
2026-02-26 12:18:53 +03:00 · 16 MiB -
ccx-windows-arm64.exe
0 downloads ·
2026-02-26 12:18:54 +03:00 · 15 MiB
- 新增 OpenAI Chat Completions 端点 (