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 服务请求同时包含官方 image_gen.imagegen 工具和 hosted image_generation 时的冲突:Rust 网关和 Go sidecar 现在会在检测到官方图片工具时移除 hosted 图片工具及对应 tool_choice。
Changelog (English)
[1.1.3] - 2026-07-10
Added
Added support for the latest official Codex 5.6 model entries: API Service, managed official-client model catalogs, and wakeup model presets now include gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna; existing users receive the new presets without replacing custom presets.
Changed
Codex OAuth API Service compatibility is closer to the official client: OAuth-backed text conversations no longer inject the hosted image_generation tool, while image endpoints remain available and API Key accounts keep their existing image-generation behavior.
Codex local access profile takeover keeps managed model catalogs refreshed: already-attached official client profiles are rewritten when needed so updated model catalogs continue to reach the client.
Settings no longer shows the top promotion banner by default.
Fixed
Fixed Codex API Service requests that mix official image_gen.imagegen tools with hosted image_generation: the Rust gateway and Go sidecar now remove the hosted image tool and matching tool_choice when the official image tool is already present.