更新日志(中文)
[0.23.2] - 2026-05-12
新增
- Codex 实例现支持 Windows 启动与进程识别:Windows 可解析 Codex 路径,按应用用户数据目录识别托管实例进程,并通过 PowerShell、Windows Terminal 或 cmd 打开 Codex CLI 会话。
- Codex 会话管理现支持把选中会话复制到目标实例:可将选中会话恢复到指定 Codex 实例,自动跳过目标中已有的同 ID 会话,写入前备份目标文件,并在目标实例运行中时提示可能需要重启后显示。
修复
- Codex API Key 在不同 API 供应商之间切号后会话不再消失:API Key 账号现统一向
config.toml写入单一运行时 provider,保留所选 base URL 与 Responses wire API;切回内置 OAuth 时会移除该运行时 provider 状态。 - macOS 上 WebKit LocalStorage WAL 文件不再缺少启动 checkpoint 而持续膨胀:应用启动时会在后台对 WebKit LocalStorage SQLite 数据库执行 checkpoint,避免 WAL 文件随时间持续堆积。
Changelog (English)
[0.23.2] - 2026-05-12
Added
- Codex instances now support Windows launch and process detection: Windows can resolve Codex paths, identify managed instance processes by app user-data directory, and open Codex CLI sessions through PowerShell, Windows Terminal, or cmd.
- Codex session management can copy selected sessions into a target instance: selected sessions can be restored into one Codex instance, existing session IDs are skipped, target files are backed up, and running targets are called out when a restart may be needed.
Fixed
- Codex API Key sessions no longer disappear when switching between different API providers: API Key accounts now write a single runtime provider into
config.tomlwith the selected base URL and Responses wire API, and built-in OAuth switching removes that runtime provider state. - WebKit LocalStorage WAL files no longer grow without a startup checkpoint on macOS: the app now checkpoints WebKit LocalStorage SQLite databases in the background on startup to prevent large WAL files from accumulating over time.