dsh-session-git
Run the following command in DeepSeek Harness:
dsh plugin install JUANWANG-BUAA/dsh-session-git
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install JUANWANG-BUAA/dsh-session-git in your DeepSeek Harness terminal to install the plugin, whose source is hosted at https://github.com/JUANWANG-BUAA/dsh-session-git .
About this plugin
DeepSeek Harness lets you branch only at the latest completed turn, and the official sidebar stays flat by design. When you want to go back to an earlier finished turn and open a child line from that exact point, existing tools either rewind workspace files or cut only at the tail, leaving a gap for clean turn-level historical forking.
dsh-session-git fills that gap: a header picker lists every completed turn in the loaded window, and selecting any one forks a child session at that precise seq. The child shows a read-only parent chip and a family-tree popover you can walk back through. The source session is never archived, cancelled, or touched on disk; overlapping forks on the same source are refused with a clear error. The latest turn keeps the official Branch control, and the plugin registers at priority 50 so official produced-files stay in the chain.
It suits Harness Web users who frequently explore parallel conversation paths, want to A-B compare a specific decision, or need a clean branch point without side effects. If you need a disk-level time machine or file rollback, this is not that plugin; it stays strictly at the conversation level.
Use Cases
- Fork a child session from turn 3 to explore an alternative path
- Compare how two branches diverge after different decision points
- Browse the parent-child session tree in the Web sidebar
Best For
- Developers who frequently A-B test conversation branches
- Harness Web users who need to revisit historical decision points
- Explorers who want conversation-level forking without file rollback
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.