Releaseopenclaw/openclaw
openclaw v2026.7.1-1 — Codex 进度回复不再中断,启动修复避免网关重启循环
Codex 进度回复不再中断,启动修复避免网关重启循环
2026-08-04原文 release
本文为要点摘要,完整细节以原文 release为准。
🧭 一图看懂
由原文自动提炼 · 以原文为准点击任一分支,查看这一点的一句话解读
openclaw v2026.7.1-1 修复
交付进度消息后继续运行 app-server 轮次,走到权威终止响应
- harness 需区分进度消息与终止信号
- 不能把进度消息当作结束
🔗 涉及的概念与玩家
- openclaw产品
- Codex产品
- GPT模型
- Memory Core产品
- Gateway产品
- WSL概念
- app-server产品
- Codex—运行轮次→app-server
- Memory Core—避免重启→Gateway
- openclaw—修复→Codex
- openclaw—修复→Memory Core
- openclaw—修复→WSL
- Codex 进度回复:交付进度消息后继续运行 app-server 轮次,让 GPT/Codex 走到权威终止响应而非中途停止。含义:harness 需区分进度消息与终止信号,不能把进度当结束。
- Memory Core 启动修复:恢复派生旧索引与缓存 sidecar 冲突,避免 Gateway 陷入致命重启循环,同时保留结构性向量存储损坏的可重试性。含义:启动修复应区分可恢复冲突与不可恢复损坏。
- WSL 状态权限:仅在现有状态路径已私有时容忍受保护 chmod 的 EROFS,保留对宽权限的 fail-closed 处理。含义:权限检查需按平台放宽特定错误,但不牺牲安全默认。
原文 release:openclaw/openclaw v2026.7.1-1
🕸 顺着图谱继续读
- openclaw v2026.9.2 — GPT2026-09-05 · 共同涉及 openclaw、Codex、Gateway
- Session management · OpenClaw — 会话管理是 agent 记忆的基石,本文教你如何隔离、重置和清理会话。2026-08-17 · 共同涉及 openclaw、Gateway、Codex
- Command queue · OpenClaw — 多消息并发时如何避免 agent 冲突?OpenClaw 的队列机制给出答案。2026-08-10 · 共同涉及 openclaw、Codex、Gateway
- Memory provenance and deletion · OpenCla — 记忆溯源与删除:如何精准清除代理会话产生的记忆痕迹2026-08-31 · 共同涉及 openclaw、Memory Core