dsh plugins中文
← Back to popular plugin directory

View the fork history of the DSH conversation as a git graph

chouyong/dsh-fork-graph · skills

See your DSH conversation's fork history as a git graph — coloured branch lanes in the session header, click to jump.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-fork-graph See your conversation's fork history as a git graph — right in the session header.

A DeepSeek Harness (DSH) Web plugin. Fork a session in DSH and you get a child that inherits the parent's history — but the sidebar only shows a flat list with indentation. This plugin draws the actual branch topology: coloured lanes, curved fork lines, one row per session, click to jump. The SVG above is rendered by the plugin's own layout code (scripts/render-preview.ts); the two PNGs are genuine captures from a running DSH Web session. Why

Agent work does not stay linear. You fork at a good checkpoint to try something risky, a subagent goes off to audit one file, yesterday's dead end becomes today's starting point. After a day of that you have eight sessions and no idea which came from which.

Install command

dsh plugin --profile web add github:chouyong/dsh-fork-graph
View GitHub repository ↗Back to popular plugin directory