Skip to content

Cockpit Tools v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:56

更新日志(中文)

[1.0.1] - 2026-07-02

新增

  • 平台拆成独立包运行:支持的平台可独立安装、卸载、更新、修复和维护,不再和宿主应用强绑定。
  • 各平台支持独立更新:每个平台可独立更新和维护,不再因为某个平台更新,要求所有用户安装完整宿主应用更新。
  • 通用设置新增平台设置入口:各平台的专属设置集中在对应平台页,历史用户仍可从通用设置快速跳转并打开对应平台设置弹框。

变更

  • 宿主应用和所有平台包统一到 1.0.11.0.0 发布已撤销,本次 1.0.1 合并包含原 1.0.0 的平台独立包能力。
  • 平台更新不再影响无关用户:只更新某个平台时,其他平台用户不需要跟随更新整个应用。
  • 平台安装和卸载更灵活:可按实际使用情况安装或移除平台,不使用的平台不需要一直保留。
  • 账号授权保活改为更轻量的后台维护:保活只处理快过期授权,并按延迟、分批和失败退避执行,减少多账号场景下的后台请求压力。
  • 平台包替换流程更接近手动卸载后安装:更新、重载和本地包替换时减少旧包文件占用造成的失败。

修复

  • 修复多个平台的切换问题:修复 Zed、Antigravity IDE、CodeBuddy、CodeBuddy CN、Cursor 的账号切换问题。
  • 修复多个平台的启动问题:Zed、Antigravity IDE、CodeBuddy、CodeBuddy CN、Cursor 在切换或重新打开后的启动更稳定。
  • 修复 Codex 当前账号刷新自定义配置回退问题:自定义后不再闪烁并回到默认 1 分钟。
  • 修复部分平台账号状态重复请求问题:额度用完、临时限流和失败冷却会被区分处理,减少持续请求失败账号导致的卡顿。

Changelog (English)

[1.0.1] - 2026-07-02

Added

  • Platforms now run as independent packages: supported platforms can be installed, uninstalled, updated, repaired, and maintained independently from the host application.
  • Platforms now update independently: each supported platform can be updated and maintained on its own without requiring every user to install a full host application update.
  • General settings now include platform settings shortcuts: platform-specific settings live on each platform page, while existing users can still jump there from General Settings and open the matching settings dialog.

Changed

  • The host application and all platform packages are aligned to 1.0.1: the 1.0.0 release was withdrawn, so 1.0.1 includes the independent platform package capabilities originally prepared for 1.0.0.
  • Platform updates no longer affect unrelated users: when only one platform changes, users of other platforms no longer need to update the whole application.
  • Platform installation and removal are more flexible: supported platforms can be installed or removed based on actual use, so unused platforms do not have to stay enabled.
  • Account authorization keep-alive is lighter: keep-alive now focuses on nearly expired authorization and uses delayed, batched, and backed-off background work to reduce request pressure with many accounts.
  • Platform package replacement behaves more like uninstalling then installing: updates, reloads, and local package replacement are less likely to fail because old package files are still in use.

Fixed

  • Fixed account switching issues in several platforms: fixed account switching issues in Zed, Antigravity IDE, CodeBuddy, CodeBuddy CN, and Cursor.
  • Fixed startup issues in several platforms: Zed, Antigravity IDE, CodeBuddy, CodeBuddy CN, and Cursor now start more reliably after switching or reopening.
  • Fixed Codex current-account refresh custom settings: custom values no longer flash and fall back to the default 1-minute value.
  • Fixed repeated account-state requests on some platforms: exhausted quota, temporary rate limits, and retry cooldowns are handled separately to reduce repeated requests against failing accounts.