更新日志(中文)
[0.17.2] - 2026-03-20
变更
- Windows 下 Codex 启动默认改为对齐 Microsoft Store 系统注册入口:启动优先使用 Store AppUserModelId(
shell:AppsFolder),不再默认直启WindowsApps/.../Codex.exe;仅在系统入口不可用时回退到 exe 路径启动。 - Windows 下 Codex 启动前置校验改为优先检查商店安装可用性:检测到 Store 注册入口即可通过启动可用性校验,只有必要时才回退到可执行路径校验。
新增
- Windows 下 Codex 启动日志新增策略可观测性:日志会明确打印本次走的是
system-store-entry还是exe-path,并附带命中的 app id/路径与解析到的 pid,便于排障确认。
Changelog (English)
[0.17.2] - 2026-03-20
Changed
- Windows Codex launch now aligns to the Microsoft Store system registration entry by default: startup now prefers Store AppUserModelId (
shell:AppsFolder) instead of directly executingWindowsApps/.../Codex.exe, with exe-path fallback only when Store entry launch is unavailable. - Windows Codex launch precheck now validates Store installation availability first: launch-path readiness now succeeds on detected Store registration entry and only falls back to executable-path validation when needed.
Added
- Windows Codex launch logs now explicitly expose startup strategy selection: launch logs now print whether
system-store-entryorexe-pathwas used, including matched app id/path and resolved pid for troubleshooting.