You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
提升 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, and gpt-5.6-luna.
Improved Codex API Service streaming compatibility through proxies: requests to chatgpt.com now use the standard Go HTTP transport instead of the custom uTLS HTTP/2 connection that could produce tls: bad record MAC; Anthropic continues to use its existing uTLS transport.