DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Vditor — DSH Plugin for DeepSeek Harness
← Plugins

dsh-vditor

Vditor

Vditor IR Markdown input box takes over the DSH chat input card, with attachment path capsules, a dynamic placeholder, and Markdown rendering for user messages (KaTeX/Mermaid/enhanced code blocks)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-vditor@1.1.0
READMECompatibilityVersions

Compatibility and provenance

Vditor is published as dsh-vditor and currently resolves to version 1.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/8/2026

Versions

1.1.0stable
9/8/2026
1.0.2stable
8/28/2026
1.0.1stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
102.3 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-vditor

让 DSH 的聊天输入更顺手——用 Vditor 即时渲染输入框,把你想说的写得漂亮、看得清楚。

预览

欢迎页

欢迎页

基础功能演示:代码块高亮、KaTeX 数学公式、Mermaid 图表

基础功能演示

附件路径胶囊

文件胶囊

体验亮点

边写边渲染的输入框

  • Markdown 所见即所得:代码块高亮、KaTeX 数学公式、Mermaid 图表即时渲染
  • 斜杠命令:输入 / 快速唤起 /goal /compact /permission /plan /export /feedback /model,实时过滤
  • @ 引用文件:输入 @ 在工作区文件里实时搜索、一键插入,Windows 路径正确渲染

附件与图片

  • 附件路径胶囊:选择文件后以胶囊形式展示,中文文件名与 Windows 反斜杠路径均正确显示(乱码与转义问题已修复),发送时路径自动附入消息
  • 粘贴图片自动保存:剪贴板图片直接落盘到工作区,生成路径胶囊

更完整的消息展示

  • 完整 Markdown 渲染:用户消息里的代码块带高亮、语言徽标和复制按钮,公式、图表正常显示
  • 主题自适应:跟随亮色 / 暗色主题自动切换

自带完整工具行

  • 模型选择器:切换模型与推理等级,直接写入会话
  • 权限菜单:切换审批 / 访问模式(含 Full access 二次确认)
  • 命令目录:一键唤起 /goal /compact /permission /plan /export /feedback /model
  • 上下文用量环:实时显示上下文占用百分比与系统/工具/消息构成
  • 动态 placeholder:根据会话状态智能切换提示文案(含计划模式、被阻塞原因)

安装

版本要求:DSH ≥ 0.1.2-rc.1(conversation.composer.bar 重构为整个常驻输入区之后的客户端 API)。

通过 dsh plugin 命令(推荐)

dsh plugin --profile web add github:zhy201810576/dsh-vditor

通过 npm 安装

在 profile 目录(如 ~/.dsh/profiles/web):

pnpm add dsh-vditor

然后在 profile 的 package.json 的 dsh.profile.bundles 数组中加入 "dsh-vditor",重启 DSH 生效。

从本地源码挂载

在 profile 目录(如 ~/.dsh/profiles/web):

pnpm add "file:path/to/dsh-vditor"

然后在 profile 的 package.json 的 dsh.profile.bundles 数组中加入 "dsh-vditor",重启 DSH 生效。

注意:Vditor 从 https://unpkg.com/vditor@3.11.3 动态加载,运行时需要联网。

说明

  • 附件只引用路径、不拷贝文件内容,模型会自行读取文件。
  • 若同时启用本插件的动态(会话内)版本,会与正式版重复注册,请停用其中一个。

License

本项目遵循 MIT License。