diff --git a/static/demo/minimal-tool-roller-demo.html b/static/demo/minimal-tool-roller-demo.html
new file mode 100644
index 0000000..a0edb66
--- /dev/null
+++ b/static/demo/minimal-tool-roller-demo.html
@@ -0,0 +1,443 @@
+
+
+
+
+
+ 极简模式 · 并行工具转轮动画 Demo
+
+
+
+
+ Minimal Mode Motion Test
+ 并行工具调用摘要行 · 转轮动画
+
+ 演示逻辑:并行批次开始后,第一个工具先按打字机显示;随后摘要行在本批次工具之间做纵向转轮循环,直到批次结束后停在最终状态。
+
+
+
+
+
+
+
+
+
+
+
+ - 工具列表是一整列,窗口只露出当前命中的一项;所有工具同时向上滚动。
+ - 每项停留约 1.45 秒;落位时只轻微多冲一点,再回弹,模拟克制的“刹不住车”顿挫。
+ - 第一个工具保留打字机式出现,避免开头突兀。
+
+
+
+
+
+
diff --git a/static/src/components/chat/MinimalBlocks.vue b/static/src/components/chat/MinimalBlocks.vue
index 4f21bb8..e4ffc05 100644
--- a/static/src/components/chat/MinimalBlocks.vue
+++ b/static/src/components/chat/MinimalBlocks.vue
@@ -12,15 +12,35 @@
>
-
+
- {{ char === ' ' ? '\u00A0' : char }}
+
+
+ {{ item }}
+
+
+
+
+ {{ char === ' ' ? '\u00A0' : char }}
+
+
{{ getSummaryPreview(group.actions) }}
@@ -125,7 +145,7 @@