Skip to content

Cockpit Tools v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:55

更新日志(中文)

[1.1.1] - 2026-07-08

变更

  • 中文应用多开术语已统一:中文界面、文档、公告和运行时提示统一使用 应用多开
  • Codex 唤醒和 API 服务模型列表优先使用当前 GPT-5.4+ 模型:默认预设不再包含 GPT-5.1 到 GPT-5.3 的旧 Codex 模型,已有唤醒预设会自动清理这些旧默认项,官方唤醒测试默认回退到 gpt-5.4
  • Antigravity 套件导航更一致:Antigravity 的应用多开、唤醒任务和唤醒验证会继续保持在 Antigravity 套件上下文内,并可从账号总览顶部页签进入。

修复

  • 修复 Cockpit 与 Codex API 服务之间的 token 刷新权威冲突:由 Cockpit 启动的 API 服务 sidecar 不再自行执行 OAuth 自动刷新,Cockpit 刷新成功后的 token 会写穿到 sidecar 认证文件,降低 refresh_token_reused 失败概率。感谢 @wuuconix 贡献 #1442
  • 优化大量 Codex 账号下 API 服务的启动和关闭性能:本地 sidecar 配置重建时避免无变化认证文件重复写入,只清理过期认证文件,关闭 API 服务时也不再为了关闭而先启动网关。
  • 减少 Codex API 服务关闭导致的应用退出卡顿:应用退出时会异步调度本地网关清理,不再阻塞 Tauri 主事件循环。
  • 修复 Codex 导入时敏感备注字段丢失的问题:JSON、auth 文件、批量导入、access token、refresh token 和完整 token 导入现在会保留密码、2FA 秘钥、手机号、邮件查询网页地址和备注。
  • 修复下拉菜单和应用多开账号选择器抖动问题:下拉面板不会因自身内部滚动反复重算位置,选中项会以非平滑滚动定位,并跳过重复的相同位置更新。
  • 修复 Codex 切换账号编辑标签时弹框状态不刷新的问题:为另一个账号打开标签编辑弹框时,会重置为该账号的标签和备注。
  • 优化深色模式下标签筛选按钮可见性:单标签筛选控件的对比度和选中态更清晰。

Changelog (English)

[1.1.1] - 2026-07-08

Changed

  • Chinese app multi-open terminology is unified: Chinese UI, docs, announcements, and runtime messages consistently use 应用多开.
  • Codex wakeup and API Service model lists now prefer current GPT-5.4+ models: legacy GPT-5.1 through GPT-5.3 Codex presets are pruned from defaults and migrated out of existing wakeup presets, while the official wakeup fallback uses gpt-5.4.
  • Antigravity suite navigation is more consistent: Antigravity instances, wakeup tasks, and wakeup verification stay in the Antigravity suite context and are available from the overview tab header.

Fixed

  • Fixed Codex token refresh authority conflicts between Cockpit and API Service: the API Service sidecar no longer performs its own OAuth auto-refresh when launched by Cockpit, and refreshed Cockpit tokens are written through to sidecar auth files to reduce refresh_token_reused failures. Thanks @wuuconix for #1442.
  • Improved Codex API Service performance with large account pools: starting, stopping, and rebuilding the local sidecar configuration now avoids unnecessary auth-file rewrites, removes only stale auth files, and does not start the gateway just to disable it.
  • Reduced app-exit stalls caused by Codex API Service shutdown: app exit now schedules local gateway cleanup asynchronously instead of blocking the main Tauri event loop.
  • Fixed Codex sensitive note metadata being dropped during import: JSON, auth-file, batch, access-token, refresh-token, and full-token imports now preserve password, 2FA secret, phone number, mail query URL, and notes when present.
  • Fixed dropdown and instance account-picker jitter: dropdown panels no longer recalculate position from their own internal scrolling, selected items scroll into view without smooth-scroll loops, and repeated identical placement updates are skipped.
  • Fixed tag editing state when switching Codex accounts: opening the tag editor for another account resets the modal to that account's tags and notes.
  • Improved dark-mode tag filter visibility: single tag filter controls have clearer contrast and active styling in dark mode.