sijidoubi/dsh-plugin-mermaid0

dsh-tool-mermaid

DeepSeek Harness plugin: a mermaid_render tool that renders Mermaid source to SVG in-process (mermaid 11 + jsdom, no browser needed)

AI 분석

核心用途是让 Agent 能够直接生成并渲染流程图、时序图等图表。适合需要直观图表展示的开发或分析任务。基于 mermaid 11 和 jsdom 实现。

패키지
dsh-tool-mermaid
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sijidoubi/dsh-plugin-mermaid

配置

bundle 默认启用以下配置(可在 profile 的 cordis.patch.yml 覆盖整行):

- insert:
    - id: tool-mermaid
      name: dsh-tool-mermaid
      config:
        theme: default        # default | dark | neutral | forest
        securityLevel: strict # strict(默认,消毒标签内 HTML) | loose(原样渲染)