Skip to content

Codex++ v1.2.9

Choose a tag to compare

@BigPizzaV3 BigPizzaV3 released this 14 Jun 16:57

更新内容

  • 修复删除本地会话时可能提示 Thread not found in local storage 的问题,并会同时清理候选数据库里的重复 thread 记录。
  • 修复启动/重启 Codex++ 时自动应用供应商配置导致 config.toml / auth.json 中 API Key 被清空的风险;现在启动流程不会自动改写这些文件。
  • 修复背景覆盖层“重置设置”会把供应商配置一起重置的问题;现在只重置背景覆盖层相关设置。
  • 修复无法自动检测 Microsoft Store 安装的 Codex Beta (OpenAI.CodexBeta) 路径的问题。
  • 新增 Windows Computer Use Guard 开关,默认关闭;只有手动开启后才会修改 Computer Use 相关配置。

验证

  • cargo test -p codex-plus-core --test launcher
  • cargo test -p codex-plus-manager --lib
  • npm run check
  • npm run build