dsh-mermaid
Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle.
AI 분석
核心用途是直观展示模型生成的 Mermaid 结构图。适合经常需要模型输出流程图、架构图或时序图,并希望在聊天界面直接预览可视化图表的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrmoLabs/dsh-mermaidUsage
Ask a model to output a Mermaid fenced code block:
```mermaid
flowchart LR
A[Code] --> B[Diagram]
```
The code block receives Diagram / Code controls and opens in diagram view by default.