yummy4727/dsh-context-branch

yummy4727★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

Context-branching conversation tree plugin for DeepSeek Harness. Avoid cold-start waste and show full tool/reasoning steps.

README 摘要

dsh-context-branch English 中文 A context-branching conversation tree plugin for DeepSeek Harness, forked from dsh-nested-followups. It 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. It also preserves full tool calls, tool results, and reasoning blocks so every intermediate step is visible in the tree details panel. Why this fork This plugin is a fork of dsh-nested-followups, a conversation-tree plugin for DeepSeek Harness. The cold-start cost of a new conversation When you open a new DeepSeek conversation, the model usually does not start working immediately. It typically: 1. understands the task and environment; 2. explores project files; 3. only after it feels it understands the project does it start doing real work. If you frequently open new conversations, this cold-start exploration is mostly wasted tokens: - if you stay in the same conversation, this cost does not need to be paid again; - if you open a new conversation, that cold-start content almost never hits the prompt cache. This limits the strategy of “open a new conversatio…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类