v2026.7.1-1
发布于 2026-08-04 · 翻译于
🎯 一句话总结:本版本聚焦系统稳定性与兼容性优化,全面修复启动、升级及插件更新问题。
📋 更新要点(中文翻译)
1修复 Codex 进度回复中断问题,确保 AI 能完整输出最终结果。
2优化 Memory Core 启动修复机制,避免网关陷入致命重启循环。
3改进 WSL 环境状态权限处理,提升兼容性与安全性。
4优化旧版数据迁移恢复流程,防止残留文件阻碍系统升级。
5修复官方插件更新卡顿问题,确保依赖元数据同步正常。
▶查看英文原文(Release Notes)
### Fixes
- **Codex progress replies:** keep app-server turns running after delivered progress messages so GPT/Codex reaches its authoritative terminal response instead of stopping mid-turn. (#106961, #108487) Thanks @joshavant.
- **Memory Core startup repair:** recover derived legacy-index and cache-sidecar conflicts without trapping the Gateway in a fatal restart loop, while keeping structural vector-store corruption retryable. (#107220, #108652) Thanks @goutam-adwant.
- **WSL state permissions:** tolerate `EROFS` from guarded chmod operations only when the existing state path is already private, preserving fail-closed handling for broad permissions. (#108250, #108258)
- **Legacy migration recovery:** keep reviewed migration residue nonfatal during startup instead of blocking otherwise healthy upgrades. (#106101)
- **Managed plugin updates:** recover stale npm lock metadata so official managed plugins can update cleanly. (#107294, #107866)