sluminositys/dsh-nested-followups0

dsh-nested-followups

Message-level nested follow-up branches for DeepSeek Harness conversations.

AI 分析

核心用途是为 DSH 会话引入树状视图,允许用户针对任意助手回复发起独立的追问分支。适合需要探索多种技术路径、进行多分支对比调试的复杂对话场景。

パッケージ
dsh-nested-followups
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/19

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sluminositys/dsh-nested-followups

ドキュメント

README 全文を読む ↗

Usage

Open a conversation as usual and select Tree View in the conversation header. Switching between Chat and Tree View changes only how the conversation is displayed; no data is copied or converted.

In Tree View:

  1. Move the pointer over a completed assistant message and select Ask follow-up.
  2. Type your question. It appears as a card to the right of the answer you asked about, and the reply is generated below it.
  3. To keep talking within that branch, select Continue this branch on its most recent answer. To isolate the context one level further, select Ask follow-up again.
  4. Select any card to read the full message. Use search, focus, collapse, the overview map, and the zoom controls to navigate larger trees.

Return to Chat whenever you want to continue the main task.

Two actions, two meanings

The difference between the two actions is structural, not just visual:

ActionDirectionEffect
Ask follow-upGrows rightCreates a new branch that inherits the conversation up to the selected answer
Continue this branchGrows downAdds the next exchange to the current branch

Ask follow-up never appends to an existing branch, and Continue this branch never creates one. Continue this branch appears only on the most recent completed answer within a branch, never in the main conversation.

Deleting a branch

Deleting a branch also deletes every branch below it. The confirmation dialog states how many branches and messages will be removed. Your main conversation and any sibling branches are unaffected.