dsh-chattree
Shows a DSH session as a conversation canvas — every turn is a node, any turn forks a real child session, and a compacted context folds into one green node you can keep talking from; the left rail groups canvases by DSH workspace and renames them in step with the session titles.
把 DSH 会话画成一张对话画布:每轮问答是一个节点,任意节点都能分叉出真实的子会话,压缩过的上下文收成一个绿色节点、可以从它继续对话;左侧栏按 DSH 工作区分组列出画布,重命名与 DSH 自己的会话标题同步。
How to install
dsh plugin add github:RyanZeeee/dsh-chattree About
Chat Tree **把线性的聊天记录,变成一张可以看、可以点的对话地图。** Chat Tree 是 DeepSeek Harness(DSH)的一个插件。它在 DSH 里加一个 **Chat Tree** 视图:每一轮问答变成画布上的一个节点,问题从哪来、往下长出了什么,一眼就能看清。 界面 **圆点模式** —— 只有节点和连线,节点上不显示文字,鼠标移上去才浮出你当时提的问题。整个结构一眼看完。 **卡片模式** —— 每个节点是一张卡片,直接读到问答内容。选中一个节点,从它一路回到最开始的那条路径会整条高亮。 右侧面板显示选中那一轮的完整问答,也可以直接在那里继续提问 —— 会从那一轮分叉出新的一条线。 它解决什么问题 在 DSH 里聊久了,记录会变成很长的一条:想回头找"当时那个方案是在哪一轮聊的",只能一直往上翻;想从某一轮**换个方向重新问**,又怕把原来的上下文搞乱。 Chat Tree 把这两件事变成看得见的操作:**每一轮是一个节点,每一次提问都是一条新分支** —— 原来的那条线永远保留,新想法从分叉处长出去。 功能 画布与节点 **一轮问答 = 一个卡片节点**,按先后从上往下排列,父节点与子节点之间用平滑曲线连接 **每一次提问都开一条新分支**:从某一轮继续问,会从那一轮分叉出新的一条线,原线不受影响 **点节点看全文**:右侧面板显示该轮完整问答,…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-09-13
- Created
- 2026-09-12
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordis, cordis-plugin, deepseek, deepseek-harness, dsh, dsh-desktop, dsh-plugin
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.