easy-coding-harness 0.7.1-beta1 → 0.7.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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
- `y`:常规功能升级
|
|
7
7
|
- `z`:日常 bug 修复
|
|
8
8
|
|
|
9
|
+
## 0.7.1
|
|
10
|
+
|
|
11
|
+
- 正式发布确认模式可见性增强:状态栏品牌名统一展示当前生效模式,例如 `**Easy Coding [Auto]**`,覆盖 Ready、Waiting init、活动任务和 Handoff 场景;机器 breadcrumb 与 no-harness 行为保持不变。
|
|
12
|
+
- `ec-task-management` 默认面板始终展示项目模式、session 覆盖和最终生效模式,并支持通过对话设置或清除当前 session 覆盖。
|
|
13
|
+
- 汇总 `0.7.1-beta0` 与 `0.7.1-beta1` 的验证结果,Claude、Codex、Qoder 主约束、安装测试、状态 API 回归测试和使用示例均已对齐。
|
|
14
|
+
|
|
9
15
|
## 0.7.1-beta1
|
|
10
16
|
|
|
11
17
|
- 状态栏品牌名展示当前生效确认模式,例如 `**Easy Coding [Auto]**`;项目级 `behavior.confirm_mode` 与 session 覆盖仍沿用既有优先级,Ready、Waiting init、活动任务和 Handoff 使用同一格式。
|