### 修复
- **Codex 进度回复:** 在传递进度消息后保持应用服务器轮次继续运行,使 GPT/Codex 能够达到其权威的最终响应,而不是在轮次中途停止。(#106961, #108487)感谢 @joshavant。
- **Memory Core 启动修复:** 恢复派生的旧版索引和缓存副文件冲突,而不会将 Gateway 困在致命的重启循环中,同时保持结构向量存储损坏可重试。(#107220, #108652)感谢 @goutam-adwant。
- **WSL 状态权限:** 仅当现有状态路径已是私有时,才容忍受保护的 chmod 操作返回 `EROFS`,从而保持对广泛权限的失败关闭处理。(#108250, #108258)
- **旧版迁移恢复:** 在启动期间将已审阅的迁移残留视为非致命,而不是阻塞其他健康的升级。(#106101)
- **托管插件更新:** 恢复过期的 npm 锁定元数据,使官方托管插件能够干净地更新。(#107294, #107866)
### 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)