dsh-chat-enhancer
v0.2.0
Published
Focused conversation enhancements for DeepSeek Harness Web. Opens Mermaid diagrams in a smooth zoomable preview window.
Maintainers
Readme
dsh-chat-enhancer
DeepSeek Harness Web 的轻量对话体验增强插件。
功能
0.2 版只增强会话中的 Mermaid 代码块:
- 自动把
mermaid、mermaidjs、mmd围栏渲染为 SVG - 在居中的预览窗口查看,不调用浏览器全屏
- 只在预览窗口内启用以鼠标位置为中心的连续滚轮缩放
- 支持拖拽平移、适应窗口、100% 和键盘快捷键
- 跟随 DSH 深浅主题重新渲染
- 使用 Mermaid
securityLevel: strict,渲染失败时自动回退源码
安装
dsh plugin --profile web add dsh-chat-enhancer安装、升级或卸载后需要重启 DSH Web。
如需安装本地源码用于开发:
git clone https://github.com/Tieboyh/dsh-chat-enhancer.git
cd dsh-chat-enhancer
npm install
npm run check
npm run build
dsh plugin --profile web add "$PWD"使用
让模型输出 Mermaid 围栏:
```mermaid
flowchart LR
A[开始] --> B[完成]
```点击图表上的“打开”进入预览窗口。滚轮可围绕鼠标位置缩放,拖拽可平移;也可以按 +/- 缩放、按 0 适应窗口、按 Esc 关闭。
