v2.8.23
ruvnet/auto-browserv2.8.23Jun 4, 2026by github-actions[bot]
AI Summary
This release resolves authentication issues in the desktop management panel and improves the version bumping workflow to ensure CHANGELOG accuracy.
Key Highlights
- Fixed CORS authentication failure in desktop management panel
- Added CHANGELOG coverage validation to version bump process
- Ensured proper CORS header injection when ENABLE_CORS is disabled
Full Release Notes
### 🐛 修复 - **修复桌面端管理面板 CORS 认证失败** - 修复 `OPTIONS` 预检请求被认证中间件拦截返回 401,导致桌面端 WebView 无法访问管理接口的问题;`ENABLE_CORS=false` 时仍为带 `Origin` 的请求注入 CORS 响应头 ### 🔧 改进 - **version-bump 新增 CHANGELOG 覆盖率校验** - 版本升级流程新增 CHANGELOG 覆盖率校验,防止遗漏提交记录 --- **Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.8.21...v2.8.23