AI Agent Hub
Back to plugins
dsh-nested-followups preview

dsh-nested-followups

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install sluminositys/dsh-nested-followups

Paste the following prompt into your AI chat to install this plugin:

Install the dsh-nested-followups plugin in DeepSeek Harness from the source repository at https://github.com/sluminositys/dsh-nested-followups, then restart the web profile if it is already running.

About this plugin

DeepSeek Harness conversations are linear by default, so asking a side question in the middle of a long task either pollutes the main context or forces you to start a new conversation and lose the surrounding explanation. dsh-nested-followups adds a tree view to the web interface, letting you ask follow-up questions from any earlier answer and open them as separate branches.
Each branch inherits only the conversation up to the selected answer, keeping the main thread untouched. Branches run as read-only sessions: they can inspect the workspace but cannot modify it, and the plugin leaves the standard chat view, sidebar, and message rendering unchanged.
This is useful for engineers, researchers, or anyone working through long tasks who often needs to clarify terms, inspect files, or explore side questions without disturbing the primary workflow.

Screenshots

Use Cases

  • Clarify terms inside a long task
  • Inspect files without changing them
  • Explore side questions safely

Best For

  • Engineers who need to keep main task context clean
  • Researchers who frequently ask clarifying questions
  • Knowledge workers managing long technical conversations