Skip to content

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:10

Codex App Manager

一版纯加固:Windows 更新全生命周期防竞态、MSIX 健康探针降级回退,发布流水线把镜像同步提为发布前置——应用内更新源永远不会落后于公开 Release。
A pure hardening release: the Windows update lifecycle is now race-safe with MSIX health-probe fallback, and the release pipeline gates publication on the mirror sync — the in-app update feed can never lag a public release.

🛡️ 加固 · Hardening

  • Windows 更新不再信任过期快照:下载与暂存期间,Codex 可能自更新、被卸载或被移动。现在执行前会重新检测本机状态,确认校验与每一步破坏性操作都基于最新快照进行。
    The Windows updater re-detects the local install after staging — consent checks and every destructive step run against a fresh snapshot, not the one from before the download.
  • MSIX 装得上但起不来?自动回退便携版:在受管/精简的 Windows 上,MSIX 可能注册成功却无法启动。健康探针无法运行时按"降级"处理,自动回退到便携版,而不是留下一个无法验证的安装。
    On managed or stripped-down Windows an MSIX can register yet fail to launch. When the health probe can't run, the updater degrades gracefully and falls back to the portable build instead of keeping an unverifiable package.
  • 切换便携版前先收尾:回退便携版之前会先关闭运行中的 Codex,不会因文件占用留下半成品安装。
    Running Codex is closed before a portable-fallback switch — no half-finished installs from locked files.
  • 下载失败一眼可诊断:失败信息现在带上目标主机与代理环境摘要,网络问题不再靠猜。
    Download failures now report the target host and a proxy-environment summary, so network issues are diagnosable at a glance.
  • 发布门禁:R2 + IHEP 镜像同步成为发布的前置阻塞步骤——同步失败会阻断发版,公开 Release 不再可能领先于应用内更新源。
    Release gating: the R2 + IHEP mirror sync now blocks publication, so a public release can never run ahead of the in-app update feed.

📦 安装与升级 · Install & Upgrade

已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。
Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback.

平台 · Platform 下载 · Download(国内直连 · China-reachable)
macOS · Apple Silicon CodexAppManager_aarch64.dmg
macOS · Intel CodexAppManager_x86_64.dmg
Windows · x64 CodexAppManager_x64-setup.exe
# macOS · Homebrew
brew install --cask wangnov/tap/codex-app-manager

镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。.app.tar.gz / .sig / latest.json 是自动更新器的工件,手动安装请选 .dmg / .exe
Mirror permalinks always resolve to the latest release — for this exact version use the assets below. .app.tar.gz / .sig / latest.json belong to the auto-updater; pick the .dmg / .exe for manual installs.

Full Changelog: v0.1.13...v0.1.14