@seanyao/roll 3.625.1 → 3.625.2
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 +7 -0
- package/dist/roll.mjs +1114 -669
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## v3.625.2 — 2026-06-25
|
|
6
|
+
|
|
7
|
+
### 自动化流水线
|
|
8
|
+
- **Loop 卡住时会自己换人、拆卡,不再整夜空转**:某个 AI 干不动一张卡时(憋很久不出一个字,或跑完一点东西都没产出),loop 自动换下一个 AI 试;几个 AI 都试过还不行,就把这张卡拆成更小的卡再做;实在做不了才停下来喊你。每张卡换人有上限、拆卡有深度上限,绝不会无限打转。想关掉这套自动补救、回到「一失败就停」的老行为,设 `ROLL_LOOP_NO_AUTO_RECOVER=1` 即可。(FIX-928, FIX-929, FIX-930, FIX-931, FIX-932) `[loop-engine]`
|
|
9
|
+
- **档案页一眼看出 loop 在跑、在睡、还是被你暂停**:`#loop` 区块顶部加了三态状态头——运行中(几条 lane 就绪)、休眠(告诉你从什么时候睡的、为什么睡、哪几条 lane 卸了、怎么唤醒)、已暂停。(US-LOOP-079l) `[loop-engine]`
|
|
10
|
+
- **看 loop 实时流能看清在跟谁配对、裁决、分数**:`roll loop watch` / status 里跨代理配对事件以前只印事件名,现在展开成一行人话——选了谁配对谁(working → peer)、复核裁决(agree/refine/object)+ 问题数、打分与结论、耗时。(FIX-934) `[loop-engine]`
|
|
11
|
+
|
|
5
12
|
## v3.625.1 — 2026-06-25
|
|
6
13
|
|
|
7
14
|
### 自动化流水线
|