-
Notifications
You must be signed in to change notification settings - Fork 0
Updates and Beta
Ericwong edited this page Aug 11, 2026
·
1 revision
Better Codex 提供 stable 与 preview 两个更新通道。
Stable 面向日常使用,默认安装器会选择该通道。
better-codex update channel stablePreview 用于提前体验和验证 Beta 版本。首次进入 Preview 可以使用 Beta 安装器,也可以直接执行:
better-codex update --channel preview
better-codex update channel preview第一条命令安装当前 Preview,第二条命令把后续更新通道保存为 Preview。
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。