Codex++ v1.2.11
更新内容
- 修复 Windows packaged Codex 启动时固定占用 9229 调试端口的问题。
- 当默认调试端口已被占用时,会自动切换到可用端口。
- 添加回归测试,防止后续再次出现端口占用导致无法启动的问题。
验证
- 已通过
cargo test -p codex-plus-core --test launcher - 已通过
npm run check - 已通过
npm run build
cargo test -p codex-plus-core --test launchernpm run checknpm run build