更新日志(中文)
[0.23.3] - 2026-05-13
新增
- Codex 官方 App 速度现可随账号、本地 API 服务和受管实例分别管理:账号卡片/表格、API 服务卡片以及 Codex 实例列表/表单都可选择“标准 / 快速”,保存所选启动速度,并在切换账号、启用 API 服务和启动受管 App 前写入官方全局状态。
变更
- Codex 默认 App 启动现会先准备真实启动状态再重启:受管启动可在缺少路径时自动识别 Codex App,按默认 home/进程扫描关闭默认 Codex 进程而不只依赖已保存 PID,并在启动前写入所选速度。
- macOS Dock 和菜单栏重新打开统一使用共享主窗口恢复链路:重新打开时会通过同一套后端逻辑恢复、取消隐藏、激活并聚焦主窗口。
修复
- Windows 源码构建在旧调试程序仍运行时不再因替换 exe 失败中断:Tauri dev/build 会在 Cargo 替换调试二进制前清理过期的
target\debug\cockpit_tools.exe进程。
Changelog (English)
[0.23.3] - 2026-05-13
Added
- Codex official app speed can now follow accounts, the Local API Service, and managed instances: account cards/tables, the API Service card, and Codex instance rows/forms can choose Standard or Fast, persist the selected launch speed, and write the official global state before account switches, API Service activation, and managed app launches.
Changed
- Codex default app launches now prepare the real launch state before restart: managed launches can auto-detect the Codex app path when it is missing, close the default Codex process by home/process scan instead of relying only on the saved PID, and write the selected speed before starting Codex.
- macOS Dock and menu bar reopening now use the shared main-window recovery path: reopening restores, unhides, activates, and focuses the main window through the same backend routine.
Fixed
- Windows source builds no longer fail when the previous debug executable is still running: Tauri dev/build now clears the stale
target\debug\cockpit_tools.exeprocess before Cargo replaces the debug binary.