dsh-session-flow 1.0.0 → 1.2.0

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/README.en.md CHANGED
@@ -33,7 +33,9 @@ Restructures DSH session message streams into a **foldable information flow with
33
33
  | Dual-mode summary | Rule summary (zero cost, assembled live) + LLM summary (cached, prompts regeneration) |
34
34
  | Live tracking | 3s polling for running sessions, breathing highlight + generating indicator |
35
35
  | ZIP export | Overview + chunked timeline as a Markdown report |
36
- | Session rename | Custom titles as a display-layer overlay, restore anytime |
36
+ | Session rename | Same data source as the official title (log-backed), synced both ways in real time |
37
+ | Health monitor | Four-level classification: active / tool-running / quiet / likely stalled; overview badges + detail live bar |
38
+ | Header health chip | Next to the mode label in the session header; a vertical bar that expands into a status card on hover, click to open detail |
37
39
  | Session Flow tab | Embedded tab on the native conversation page, cross-navigates with the workbench |
38
40
  | Turn rail | Turn jumps on the left of the Chat tab (Chat tab only) |
39
41
  | Cross-session full-text search | Content-level recall, hits jump into the Session Flow tab and locate |
@@ -56,7 +58,8 @@ Requirements: DSH Web GUI (latest stable); Node.js ≥ 22.19 (built-in zstd deco
56
58
 
57
59
  - **Overview**: sidebar "Session Flow" → all session cards. Search supports `tool:` / `file:` / `err:` prefixes; free text of ≥2 characters additionally triggers cross-session full-text search.
58
60
  - **Detail**: click a card. Turns are folded by default — click a turn header to expand; the four-tab navigation locates entries; the header offers LLM summary, ZIP export, dock right, and lineage.
59
- - **Native conversation page**: the "Session Flow" tab reviews the current session in place; the turn rail on the Chat tab jumps to any turn; hover the title for ✎ rename.
61
+ - **Native conversation page**: the "Session Flow" tab reviews the current session in place; the turn rail on the Chat tab jumps to any turn; hover the title for ✎ rename (synced with the official title in real time).
62
+ - **Health status**: the health chip right of the mode label in the header (vertical bar: green = active / amber = tool running / red = likely stalled) expands on hover; click to open the Session Flow detail. Overview cards and the live bar show the same badges.
60
63
  - **Live**: click "Live" on a running session, auto-refresh every 3 seconds.
61
64
 
62
65
  ## Acknowledgements
package/README.md CHANGED
@@ -33,7 +33,9 @@
33
33
  | 双模式摘要 | 规则摘要(零开销实时组装)+ LLM 摘要(落盘复用、新对话提示重生成) |
34
34
  | 实时跟踪 | 运行中会话 3 秒轮询,呼吸高亮 + 生成标志 |
35
35
  | ZIP 导出 | 概览 + 时间线分卷 Markdown 报告 |
36
- | 会话重命名 | 自定义标题显示层覆盖,随时恢复原名 |
36
+ | 会话重命名 | 与官方标题同一数据源(log-backed),双向实时同步,随时改名 |
37
+ | 健康监控 | 活跃 / 工具执行中 / 静默中 / 疑似卡死四级分类;总览徽标 + 详情实时条 |
38
+ | 头部健康芯片 | 会话页顶栏模式标识右侧,竖条收拢 ⇄ 悬浮展开状态卡,点击直达详情 |
37
39
  | 会话流标签页 | 原生会话页内嵌标签,与工作台互跳 |
38
40
  | 轮次悬浮条 | 对话页左侧轮次跳转(仅对话页显示) |
39
41
  | 跨会话全文检索 | 内容级召回,命中直达会话流标签页定位 |
@@ -56,7 +58,8 @@ dsh plugin add github:YeqingTang/dsh-session-flow
56
58
 
57
59
  - **总览**:侧边栏「会话流」→ 全部会话卡片。搜索支持 `tool:` / `file:` / `err:` 前缀;自由文本 ≥2 字符自动追加跨会话全文检索结果。
58
60
  - **详情**:点卡片进入。回合默认折叠,点回合头展开;右侧四标签导航定位;顶部可生成 LLM 摘要、导出 ZIP、并入右栏、查看血缘。
59
- - **原生会话页**:会话顶部「会话流」标签直接回顾当前会话;对话页左侧轮次悬浮条跳转任意轮次;标题 hover ✎ 重命名。
61
+ - **原生会话页**:会话顶部「会话流」标签直接回顾当前会话;对话页左侧轮次悬浮条跳转任意轮次;标题 hover ✎ 重命名(与官方标题实时同步)。
62
+ - **健康状态**:顶栏模式标识右侧的健康芯片(竖条:绿=活跃 / 黄=工具执行中 / 红=疑似卡死),悬浮展开看详情,点击直达会话流详情页;总览卡片与详情实时条同步显示徽标。
60
63
  - **实时**:运行中会话点「实时」,3 秒自动刷新。
61
64
 
62
65
  ## 致谢