MrmoLabs/dsh-mermaid0

dsh-mermaid

在 DSH 中渲染 Mermaid 流程图代码块的插件,支持图表与代码视图的快捷切换。

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.