@seanyao/roll 2026.521.2 → 2026.522.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v2026.522.1
4
+
5
+ ### Fixed
6
+
7
+ - **loop 不再被 Roll 自身测试遗留的后台调度静默杀掉** `[loop]`
8
+
9
+ ## v2026.521.3
10
+
11
+ ### Added
12
+
13
+ - **`roll slides`** — 给个主题,agent 自动写 18 张双语 slide 并渲染成 HTML 在浏览器里直接打开;`roll slides list` / `preview` 管理已有 deck
14
+
3
15
  ## v2026.521.2
4
16
 
5
17
  ### Fixed
package/README.md CHANGED
@@ -68,6 +68,7 @@ roll loop on # let AI work through the backlog (optional)
68
68
  | Peer (cross-agent review) | [guide/en/peer.md](guide/en/peer.md) | [guide/zh/peer.md](guide/zh/peer.md) |
69
69
  | Configuration (env vars) | [guide/en/configuration.md](guide/en/configuration.md) | [guide/zh/configuration.md](guide/zh/configuration.md) |
70
70
  | Skill selection guide | [guide/en/skills.md](guide/en/skills.md) | [guide/zh/skills.md](guide/zh/skills.md) |
71
+ | Slides (deck generator) | [guide/en/slides.md](guide/en/slides.md) | [guide/zh/slides.md](guide/zh/slides.md) |
71
72
  | FAQ (troubleshooting) | [guide/en/faq.md](guide/en/faq.md) | [guide/zh/faq.md](guide/zh/faq.md) |
72
73
  | Adoption patterns | [guide/en/patterns/](guide/en/patterns/) | [guide/zh/patterns/](guide/zh/patterns/) |
73
74