sluminositys/dsh-nested-followups0

dsh-nested-followups

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

包名
dsh-nested-followups
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

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

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.