插件目录 / Developer / dsh-conversation-tree
dsh-conversation-tree
未验证 Unintendedz
功能简介
ChatGPT-style immutable reply branches, inline branch switching, and whole-tree browsing for DeepSeek Harness.
未验证 — 尚未实测
ChatGPT-style immutable reply branches, inline branch switching, and whole-tree browsing for DeepSeek Harness. 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-conversation-tree
English | 中文
A DSH Web plugin for immutable conversation branches and message-level tree browsing:
- Regenerate: create a child session immediately before the selected turn
and run the original user prompt again. - Edit a prompt: the original user bubble becomes a compact inline editor,
prefilled with its text and a model selector—no modal. Saving preserves its
non-text attachments and continues in a new child session. The action remains
available after generation is manually stopped, including interrupted steps
that never receive aturn/endevent. - Edit a reply: the original assistant message becomes the same inline
editor. Saving copies through the selected turn and replaces the last reply
in a child session without calling the model. - Inline switching: show
‹ 2 / 5 ›beside any branched user message or
assistant reply. In the assistant action row, the switcher sits immediately
after DSH's native create-branch action. - Message tree: shared history appears once, while edited prompts and
regenerated or edited replies fork at the exact message they replace. Select
any message path to open its backing session. - One logical conversation: branches created by this plugin collapse to one
sidebar row. Switching plugin branches changes which version that row opens,
while DSH's native Fork Session continues to create a separate sidebar
conversation. - Live continuation: sending a follow-up from any branch updates the current
chat immediately; completing a normal turn does not require a page refresh.
Each immutable branch is still stored as a physical child session so no source
history is rewritten. This is an implementation detail: a durable provenance
marker limits the client-only sidebar projection to plugin-created branches. It
does not archive or delete any version, and native Fork sessions remain visible
even when forked from a plugin branch. Every plugin branch remains available
through inline switching and the tree. Child sessions recordparentSession, inherit the source working directory and preset, and adopt the
provider, model, and default reasoning effort selected in the inline editor.
Regenerate uses the current session selection. Neither path reuses the
historical target turn's model settings or changes the source session.
Branches created by v0.4.3 or earlier have no provenance marker. After updating,
those existing branches are shown as separate sidebar sessions; new plugin
branches collapse normally. No migration or session-log rewrite is performed.
Requirements
- DSH
0.1.1-rc.2 - A Web profile (
webin the examples below)
Install
dsh plugin --profile web add github:Unintendedz/dsh-conversation-tree#v0.5.0
Restart the running DSH Web service. In a completed conversation, edit actions
appear below their messages; selecting one replaces that exact message with a
prefilled inline editor and model selector. Regenerate remains below the
assistant reply. Messages with multiple versions receive an inline branch
counter after the native create-branch action. The Tree tab remains
available for browsing the complete message tree.
Update
Install the new tag, then restart the service:
dsh plugin --profile web add github:Unintendedz/dsh-conversation-tree#v0.5.0
Uninstall
dsh plugin --profile web remove dsh-conversation-tree
Development
npm install
npm run build
npm test
The host entry point is lib/index.js; browser sources live insrc/client.jsx and src/tree.js. npm run build uses the pinned esbuild
version to generate lib/client.js.
The tree view reconstructs each durable fork from the child session's parent,
seed, and conversation events. Linear history stays in one lane; indentation
increases only at real fork points, so long conversations remain readable.
Ordinary sessions are included and DSH subagent sessions are deliberately
excluded. Broken parent links and cycles are bounded instead of blocking the
page.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-conversation-tree」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:Unintendedz/dsh-conversation-tree Headless(CLI)profile:
dsh plugin --profile headless add github:Unintendedz/dsh-conversation-tree 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
2026-08-27 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →