RoyougiShiki/dsh-handoff-wall

Project Overview项目介绍

DSH plugin for cross-session context handoff and thread timeline visualization. Core capability: write handoff notes via /handoff or write_handoff in any session, then view them in the "📌 交接板" main area as a vertical timeline with detail panel. Supports opening the source session, backfilling, regenerating, and AI queries through board/read_handoff/who_else for history and collision checks. Use it for shift changes, long-running task continuity, and cross-session review. Caveat: during development use only the super-injector trio (inject/uninject/clear-routes); do not run dev_install_package, do not edit ~/.dsh/profiles/**, and do not restart dsh-web.

DSH 会话间上下文交接与线程时间线可视化插件。核心能力:在任意会话用 /handoffwrite_handoff 写入交接条,主区「📌 交接板」视图以竖向时间线呈现,支持打开原对话、补写与重新生成,AI 可调 board/read_handoff/who_else 查历史与撞车检查。适用场景:跨班次、跨会话延续任务、复盘与协作。数据存于 ~/.dsh/storages/handoff_board.json。注意:开发期仅用 super-injector 三件套,禁止 dev_install_package 与手改 profiles;转正命令固定且勿重启 dsh-web。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:RoyougiShiki/dsh-handoff-wall

RoyougiShiki/dsh-handoff-wall 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

@dsh-external/dsh-handoff-board

DSH 会话间上下文交接与线程时间线可视化插件:换班写交接条,串成时间线,人和 AI 都能翻。

⚠️ 安装/卸载必读

铁律与正确流程在工作区根目录 ../AGENTS.md(所有会话自动加载)。速记:

  • 开发/调试期只用 super-injector 三件套(inject / uninject / clear-routes)
  • 禁止 dev_install_package、禁止手改 ~/.dsh/profiles/**
  • 任何情况不重启 dsh-web
  • 正式转正:dsh plugin --profile web add link:/mnt/f/AIProjects/dsh-plugins/dsh-handoff-wall

使用

动作 做法
生成交接条 任意会话输入 /handoff;或让 AI 调 write_handoff(可传 session_id 为暴毙会话补条)
看板 主区视图切到「📌 交接板」(排在对话/轨迹之后):🧭 竖向时间线 + 右侧详情栏(单视图,已去掉列表模式)
打开原对话 「↗ 打开原对话」跳回来源会话
补写交接条 未交接的会话:点会话树行,详情里「⚡ 补写交接条」
重新生成 已有交接的卡片:点开详情,「↻ 重新生成」用当前会话最新内容覆盖本条
AI 查历史 让 AI 调 board / read_handoff;改文件前让它 who_else 撞车检查

数据存于宿主账本 ~/.dsh/storages/handoff_board.json。界面底部「❓ 使用说明」可折叠展开。

文档

构建

bash scripts/build.sh   # 双模式自动探测依赖来源
上一个 Prev dsh-loghud 下一个 Next dsh-ui-models-invert-selection