Skip to content

v0.2.0

Choose a tag to compare

@baconbao baconbao released this 16 Aug 09:10
· 16 commits to latest since this release

Summary

dsh-mermaid-image-preview - A DeepSeek Harness Plugin for Previewing Mermaid Diagram by Images in Chat Sessions

Selected features:

  • Render mermaid diagram images directly in DSH Web chat when the message content contains mermaid syntax (a ```mermaid or ```mmd fenced code block).
  • Preview mermaid diagrams by image directly.
  • You can adjust runtime settings (enable/disable, image size, etc.) in the UI - no restart needed.

Changes

  • The runtime setting is added to UI in the setting card, you can adjust runtime settings without restart.
  • Since v0.2.0 the plugin/package id is changed from dsh-mermaid-image-preview to @baconbao/dsh-mermaid-image-preview.

Installation

$ npx @deepseek-ai/dsh plugin --profile web add github:baconbao/dsh-mermaid-image-preview#v0.2.0

Uninstallation

$ dsh plugin --profile web remove @baconbao/dsh-mermaid-image-preview