sluminositys/dsh-nested-followups

sluminositys★ 13TypeScript最后同步: 2026-08-19

在 GitHub 打开

Ask a follow-up on any past answer in an isolated branch, keeping your main conversation clean. 针对任意历史回答发起追问,新问题在独立分支中展开,主对话保持干净。A conversation-tree plugin for DeepSeek Harness / DeepSeek Harness 会话树插件。

README 摘要

dsh-nested-followups English 中文 A plugin for DeepSeek Harness that adds a conversation tree to the web interface. Ask a follow-up question about any earlier answer, and it opens as an isolated branch instead of being appended to the end of your main conversation. The problem it solves A DeepSeek Harness conversation is linear. When you are part way through an engineering task and you want to ask what a term in an earlier answer means, you have two poor options: ask in the main conversation, which mixes an unrelated question into the task context and keeps sending it with every later request, or start a new conversation, which loses the context that made the question worth asking. This plugin adds a third option. The follow-up becomes a branch that inherits the conversation up to the answer you asked about, and nothing else. Your main conversation never sees it. Features - A tree view of the current conversation. Every user and assistant message is a separate card. The main conversation runs downward; branches grow to the right. - Follow-up questions at any depth. A branch answer can be branched from again, with no limit on nesting. - Genuine context isolation. Each branch is a real…

在 GitHub 查看完整 README →
工具/开发conversation-treedeepseek-harnessdsh-pluginllm

分类