v2.2.5
·
1434 commits
to master
since this release
Highlights
- You can now save configuration changes without losing your current sessions, making UI updates less disruptive (#119).
- Fixed upgrade failures caused by stale working directories when running
uvsubprocesses, improving reliability for app updates (#116, #118). - Improved installer compatibility by preventing PowerShell stderr output from being treated as a failed install on Windows (#118).
- Updated Codex sandbox handling to consistently enable bypass mode and support the new
sandboxPolicyformat, reducing execution issues (#118).
Changes
Changed
- Update Codex handling to always enable bypass mode and support a global bypass flag with the new
sandboxPolicyformat (#118).
Fixed
- Preserve sessions when saving configuration in the UI (#119).
- Prevent upgrade errors by using a safe current working directory for
uvsubprocesses (#116, #118). - Avoid false installer failures when PowerShell writes to stderr during installation (#118).
- Restore the subprocess patch after the Codex transport test to keep test behavior isolated.
Full Changelog: v2.2.4...v2.2.5
Highlights
- 现在保存配置时不会再丢失当前会话,界面操作更顺畅 (#119)。
- 修复了
uv子进程因工作目录失效而导致的升级失败,更新流程更稳定 (#116, #118)。 - 改善了 Windows 安装兼容性,避免因 PowerShell 向 stderr 输出内容而被误判为安装失败 (#118)。
- 调整了 Codex 沙箱处理逻辑:始终启用 bypass 模式,并兼容新的
sandboxPolicy格式,减少执行异常 (#118)。
Changes
Changed
- 更新 Codex 处理逻辑:始终启用 bypass 模式,并新增全局 bypass 开关及对新
sandboxPolicy格式的支持 (#118)。
Fixed
- 修复在 UI 中保存配置时会话被清空的问题 (#119)。
- 修复
uv子进程因当前工作目录失效而导致的升级报错问题 (#116, #118)。 - 修复 Windows 安装过程中 PowerShell 输出 stderr 时被误判为失败的问题 (#118)。
- 恢复 Codex transport 测试后的 subprocess patch,避免测试之间相互影响。
Full Changelog: v2.2.4...v2.2.5