Skip to content

Updates and Beta

Ericwong edited this page Aug 11, 2026 · 1 revision

更新通道与 Beta

Better Codex 提供 stablepreview 两个更新通道。

Stable

Stable 面向日常使用,默认安装器会选择该通道。

better-codex update channel stable

Preview

Preview 用于提前体验和验证 Beta 版本。首次进入 Preview 可以使用 Beta 安装器,也可以直接执行:

better-codex update --channel preview
better-codex update channel preview

第一条命令安装当前 Preview,第二条命令把后续更新通道保存为 Preview。

返回 Stable

better-codex update channel stable

切回 Stable 不会静默降级到比当前 Preview 更旧的版本。两个通道使用相同的本地配置和数据库。

更新内容

Better Codex 可以分别更新:

  • Core:CLI、Runtime、任务系统与界面逻辑。
  • Compatibility:适配 Codex Desktop 页面结构的兼容层。

Codex Desktop 更新后,如果页面结构发生变化,可能只需要新的 Compatibility 版本。

完整性校验

更新清单带有签名,下载的 Release 归档会校验 SHA-256 和签名后再解压。新版本在临时暂存目录中完成校验,激活失败时会保留现有安装并尝试回滚。

检查与回滚

better-codex update check
better-codex update
better-codex update compatibility
better-codex update rollback

更新后页面入口异常时,先运行 better-codex doctor。如果 Core、Runtime 正常但页面集成异常,可重新从 Better Codex 启动入口打开 Codex。

当前发布内容和已知限制以 ReleasesCHANGELOG 为准。

Clone this wiki locally