MrmoLabs/dsh-mermaid0

dsh-mermaid

Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle.

包名
dsh-mermaid
版本
0.1.1
许可证
MIT
最近更新
2026年8月23日

安装

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

Usage

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.