更新日志(中文)
[0.25.2] - 2026-06-06
新增
- Codex Chat Completions 供应商现支持切号后直接启动:配置为 Chat Completions 的 API Key 账号,包括常见国产模型供应商,切换账号时会自动启用本地供应商网关、写入模型目录,并选中对应供应商模型。
- Codex API Key 账号重新支持编辑:账号卡片和账号列表恢复已保存 API Key 账号的编辑入口,可直接修改密钥、Base URL、协议、模型目录、视觉能力映射和图片路由模型,无需删除后重建。
- Codex 批量导入体验升级:导入多个 JSON 文件时会逐条解析并检查账号,实时展示进度、统计和扁平账号列表;支持取消后继续扫描、按全部/正常账号快速选择,并允许用户手动勾选异常账号后再导入。
- Codex 供应商网关现支持显式图片路由模型:供应商可配置默认图片路由模型,当所选模型不支持图片时,带图片的请求会改用可处理图片的模型。
- Codex 默认实例启动在 macOS 和 Windows 上更可靠:默认 Codex 启动会优先使用平台应用入口,更准确地探测启动后的进程,并在系统入口不可用时回退到可执行文件路径。
变更
- Codex 供应商图片输入处理更可预期:未配置路由模型且当前模型不支持图片时会返回
unsupported_image_input;配置路由模型后,图片请求会保留原始图片内容并转发到路由后的模型。 - Codex 模型注入更收敛、影响更小:注入器现在只针对指定 Statsig 配置 ID
107580212,移除大范围对象图遍历,并用注入器版本2标识本次简化后的行为。 - Codex 供应商管理更易浏览:供应商卡片使用更简洁的标签,供应商设置里的视觉模型和路由模型提示也更清晰。
- 原始侧边栏间距更紧凑:胶囊侧边栏缩小内边距与菜单项间距,降低原始布局的空旷感。
Changelog (English)
[0.25.2] - 2026-06-06
Added
- Codex Chat Completions providers can now launch directly from account switching: API Key accounts configured for Chat Completions, including common domestic model providers, automatically enable the local provider gateway, write the model catalog, and select the provider model when switching accounts.
- Codex API Key accounts can be edited again: account cards and account lists restore the edit action for saved API Key accounts, allowing users to update the key, Base URL, protocol, model catalog, vision capability map, and vision routing model without recreating the account.
- Codex batch import is easier to monitor and control: importing multiple JSON files now scans accounts one by one, shows live progress, summary stats, and a flat account list, supports resuming after cancellation, provides quick selection for all or healthy accounts, and still lets users manually include abnormal accounts before importing.
- Codex provider gateway now supports explicit vision routing: providers can configure a default vision routing model so image requests move to a capable model when the selected model does not support images.
- Codex default-instance launching is more reliable across macOS and Windows: default Codex launches use the platform app entry where possible, probe the launched process more accurately, and fall back to the executable path when the system entry cannot be resolved.
Changed
- Codex provider image handling is now predictable: unsupported image input returns
unsupported_image_inputwhen no routing model is configured, while routed image requests preserve the original image payload instead of replacing it with placeholder text. - Codex model injection is narrower and less intrusive: the injector now targets the specific Statsig config ID (
107580212), removes broad object-graph traversal, and marks the simplified behavior with injector version2. - Codex provider management is easier to scan: provider cards use shorter labels, and provider settings include clearer vision-model and routing-model guidance.
- Original sidebar spacing is tighter: the capsule sidebar uses smaller padding and item gaps so the original layout feels less sparse.