Skip to content

Cockpit Tools v1.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:10

更新日志(中文)

[1.3.2] - 2026-07-15

重要更新

  • 修复升级后 Codex API 服务账号不显示、添加账号卡住问题:价格与统计迁移改为后台分批执行,账号和已有统计先正常显示;后台维护使用单飞与安全合并,不再用旧快照覆盖新配置。
  • 修复 OAuth 绑定时禁用 image_generation 能力不生效问题
  • Windows 应用路径检测改为只检查运行中进程:不再进行大范围磁盘扫描,并为检测任务增加超时;未启动目标应用时会给出更明确的提示。

新增

  • Grok CLI 新增「切号同步官方登录」开关:默认关闭并继续使用独立 GROK_HOME;开启后,默认实例切换 OAuth 账号会同步官方 ~/.grok/auth.json。API Key 仅通过 XAI_API_KEY 启动,多开实例始终保持隔离。

变更

  • 启动与账号维护任务改为非阻塞执行:唤醒任务恢复、Deep Link 初始化、账号加密迁移、本机账号自动导入和后台保活扫描不再阻塞主窗口或账号读取;慢任务增加超时、去重与失败降级。
  • 账号详情迁移改为后台安全写回:升级读取旧账号数据时先返回可用账号,再异步完成加密或格式升级;若账号期间已更新或删除,会丢弃旧迁移结果,避免恢复旧数据。

修复

  • 修复 Codex 会话类型筛选与批量操作不一致的问题:当前筛选会同步作用于可见分组、已选会话,并清理已被筛掉的旧选择。
  • 修复账号添加、删除或切号后被较早的异步请求覆盖的问题:账号列表与当前账号只接受最新请求结果,避免界面回退为空列表或旧账号。
  • 修复 Codex 账号工作区停用后仍显示为正常的问题deactivated_workspace 现在会进入异常状态提示。

Changelog (English)

[1.3.2] - 2026-07-15

Highlights

  • Fixed Codex API Service accounts not appearing and account additions hanging after an upgrade: pricing and statistics migrations now run in background batches so accounts and existing statistics appear first; maintenance is single-flight and merges safely instead of overwriting newer configuration with a stale snapshot.
  • Fixed disabling image_generation not taking effect for OAuth-bound accounts
  • Windows app-path detection now checks running processes: app discovery no longer performs broad disk scans, and detection tasks have bounded timeouts with clearer guidance to start the target app first.

Added

  • Grok CLI can optionally sync the official login on account switch: the setting defaults off and keeps using a separate GROK_HOME; when enabled, OAuth switches for the default instance update the official ~/.grok/auth.json. API keys launch through XAI_API_KEY, while additional instances always stay isolated.

Changed

  • Startup and account-maintenance work now runs without blocking the UI: wakeup restoration, Deep Link initialization, account-encryption migration, local-account auto-import, and background token-keeper scans no longer block the main window or account reads; slow work has timeouts, deduplication, and failure fallback.
  • Account-detail migrations now use safe background rewrites: upgrades return usable accounts before rewriting legacy encryption or formats; if an account is updated or deleted meanwhile, the stale migration result is discarded instead of restoring old data.

Fixed

  • Fixed Codex session-type filtering being inconsistent with bulk actions: visible groups, selected sessions, and stale selections now follow the active conversation / external / subagent filter.
  • Fixed older asynchronous account requests overwriting newer add, delete, or switch results: account lists and current-account state now accept only the latest response, avoiding regressions to an empty list or stale account.
  • Fixed deactivated Codex workspaces still appearing healthy: deactivated_workspace now surfaces as an abnormal account state.