abiddotdev/dsh-visualizer ↗★ 8
dsh-visualizer
Visualizer plugin for DeepSeek Harness: the `visualizer` tool streams a self-contained HTML document into the chat as it is written, live-previewed by a sandboxed inline frame. One package ships both halves: the model-facing tool and the Web GUI preview card.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:abiddotdev/dsh-visualizer说明文档
阅读完整 README ↗Configuration
The bundle layer already inserts the loader row, so overriding config takes a flat id-targeted patch entry in the profile's own patch layer (~/.dsh/profiles//cordis.patch.yml). Don't wrap it in insert: — that appends a second row instead of overriding the installed one. The complete option list, at current defaults:
- id: dsh-visualizer
config:
maxArtifactBytes: 262144 # per-call render size limit, in bytes
guideTool: true # false = drop the visualizer_guide recipe tool (render tool stays)
guideTypes: [chart, diagram, mockup, interactive, art] # which types to teach and allow
shareArtifacts: true # false = no disk mirror, serve route, or Share control
artifactDir: ~/.dsh/visualizer/artifacts # $DSH_HOME honored
artifactRetentionDays: 30 # sweep artifacts older than this at activation; 0 disables
shareKey: '' # pin the link key so links survive restarts
guideTypes narrows both guide surfaces at once: a disabled type is rejected at the tool's argument boundary, and unknown ids or an empty list fail the plugin load.