MrmoLabs/dsh-mermaid0

dsh-mermaid

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

AI 분석

核心用途是直观展示模型生成的 Mermaid 结构图。适合经常需要模型输出流程图、架构图或时序图,并希望在聊天界面直接预览可视化图表的用户。

패키지
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.