easy-coding-harness 0.9.1-beta.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
- `y`:常规功能升级
|
|
7
7
|
- `z`:日常 bug 修复
|
|
8
8
|
|
|
9
|
+
## 0.9.1
|
|
10
|
+
|
|
11
|
+
- 正式发布 Codex Agent 身份归一化修复:协作路径 `/root`、`/root/...` 与平台身份
|
|
12
|
+
`codex` 视为同一所有者,不再错误展示 `Handoff -> /root`。
|
|
13
|
+
- 状态写入统一保存规范化身份,同时兼容存量任务数据;Claude Code、Codex、Qoder
|
|
14
|
+
之间的真实跨平台交接语义保持不变。
|
|
15
|
+
- 汇总 `0.9.1-beta.0` 的状态行、机器 breadcrumb、任务列表、claim 判定、回归测试与
|
|
16
|
+
架构文档验证结果。
|
|
17
|
+
|
|
9
18
|
## 0.9.1-beta.0
|
|
10
19
|
|
|
11
20
|
- 修复 Codex 根代理把协作路径 `/root` 写入 `task.json.last_agent` 后,hook 运行时身份
|