更新日志(中文)
[1.1.4] - 2026-07-10
变更
- 完善 Codex 5.6 模型目录兼容:官方客户端和 API 服务的模型响应会为
gpt-5.6-sol、gpt-5.6-terra和gpt-5.6-luna保留显示名称、排序、默认及支持的推理强度、Ultra 能力和 priority 服务层级元数据。 - 提升 Codex API 服务经过代理时的流式请求兼容性:访问
chatgpt.com时改用标准 Go HTTP Transport,避免自定义 uTLS HTTP/2 连接可能触发的tls: bad record MAC;Anthropic 继续保持原有 uTLS Transport。
Changelog (English)
[1.1.4] - 2026-07-10
Changed
- Expanded Codex 5.6 model catalog compatibility: official-client and API Service model responses now preserve the display names, ordering, default and supported reasoning levels, Ultra capability, and priority service tier metadata for
gpt-5.6-sol,gpt-5.6-terra, andgpt-5.6-luna. - Improved Codex API Service streaming compatibility through proxies: requests to
chatgpt.comnow use the standard Go HTTP transport instead of the custom uTLS HTTP/2 connection that could producetls: bad record MAC; Anthropic continues to use its existing uTLS transport.