SmileBuild/dsh-planchart

SmileBuild★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

DeepSeek Harness plugin: the agent publishes a project plan as steps in a side panel and a framework diagram in a centre tab, downloadable as SVG or PNG.

README 摘要

dsh-planchart 中文 A DeepSeek Harness ( dsh ) plugin that gives the agent a display surface for project planning. The model calls one tool with the whole plan; the browser renders it in two places: - the steps — a panel docked to the right edge of the frame, with phases, status marks and per-step detail; - the framework — a "PlanChart" tab beside Chat and Trajectory, holding an auto-laid-out architecture diagram that downloads as SVG or PNG . Talking to the agent again updates both: every planchart set call replaces the whole chart, so "mark step 3 done" or "add a cache layer" is an ordinary follow-up message. Install Then restart the profile ( dsh web ) and hard-reload the browser tab . The plugin declares dsh.bundle.patch , so the installer adds it to the profile's bundle stack automatically; its browser half is discovered through dsh.client and served at /plugins/dsh-planchart/client.js . The reload is not optional. The client plugin table arrives as window. DSH BOOT , injected into index.html at page load . A tab that was already open when you restarted keeps its old manifest and will never fetch the new bundle — the tools run, the chart is stored, and the browser shows nothing. …

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdiagramdshdsh-pluginproject-planningagent

分类