HR2AY/DSH-Plan-Graph
HR2AY★ 3JavaScriptLast synced: 2026-08-15
another version of deepseek herness trajectory (DIY)
README excerpt
DSH-Plan-Graph English 中文 another version of the DeepSeek Harness trajectory (DIY): an interactive flow graph of a session's tool calls and messages, distributed as an out-of-tree DeepSeek Harness plugin bundle. The plugin adds a Plan Graph tab to the session view ring: a pan/zoom canvas with status-colored node cards (inspect / run / wait / verify classes, durations, reasoning), a details panel for the selected node, and a toolbar with hide tool calls , group by turn , locate latest , and merge into conversation (renders the graph in the real right sidebar of the conversation page). The browser half is the original plan-graph dynamic-plugin code (pkg-22), wrapped in the web module loader's handoff format — plain JavaScript with zero build-time dependencies. scripts/build-client.mjs (run by prepare after a git install) regenerates client.js from client.body.js . Changes since 0.1.0 (pkg-20): pkg-21 — user/steering nodes display「输入」(input) and context nodes「已完成」(completed) instead of idle; pkg-22 — dragging the canvas no longer selects text ( user-select: none + preventDefault on mousedown). Install From anywhere: - From GitHub (this repo): pnpm fetches sources, not built artifacts …
View full README on GitHub →