gydmsg/dsh-plugin

gydmsg★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

Out-of-tree plugin collection for DeepSeek Harness (DSH) Web UI — Space workspace file explorer (browse / Markdown preview / download / delete, server-enforced security) + Windows desktop notifications (question & answer-completion toasts). Zero-invasive dual-face plugins, hot-pluggable into any DSH profile.

README excerpt

dsh-plugin —— DeepSeek Harness (DSH) 树外插件集合库 English 中文 一个仓库收纳 所有开发完成、可发布的 DSH Web UI 树外双面插件 。 全部为零侵入插件(host 半 + client 半),可安装进任意 DSH profile,不修改 DSH 源码。 兼容 DSH 0.1.0-rc.6 (本库插件均在其上开发并验收通过)。 📦 插件目录(点击跳转,可单独取用) 插件 目录 一句话介绍 「空间」工作区文件管理器 packages/dsh-plugin-workspace-files/ 轨迹旁新增「空间」tab:浏览/预览(.md 排版)/下载/删除当前会话工作区文件,服务端强制安全边界 Windows 桌面通知 packages/dsh-plugin-notify/ 需要回答/回答完成时向 Windows 通知中心弹通知;官方插件配置卡片开关 每个插件目录内都有独立的 README.md (功能 / API / 安装 / 配置 / 开发 / 路线图),单独下载某个插件只需取对应目录。 📸 截图 「空间」工作区文件管理器 空间主界面 (轨迹右侧新增 tab): Markdown 排版预览 (网页化渲染,非纯文本): 图片预览 : Windows 桌面通知 插件配置卡片 (设置 → 插件 → 插件配置,与官方卡片同款样式): Windows 通知弹窗 (需要用户回答时): 🚀 安装(任意 DSH 部署通用) ⚠️ npm 一键安装( dsh plugin add )暂未发布 —— 正在准备中,马上会加;当前请按下方手工安装。 以两个插件都装为例: 1. 把插件目录放入目标 profile 的 node modules/@dsh/ 下 2. 在 profile package.json 的 dsh.profile.bundles 中追加包名( @deepseek-ai/dsh-web-app 之后): 3. 重启 dsh-web ;验证 dsh --profile web --dump-config 看到插件行且无警告 4. 浏览器硬刷新验收 🧱 插件结构与开发约定 - 双面插件 :host 半 lib/index.js (纯 Node 内置模块,零第三方运行时依赖)+ client 半 lib/client.js ( window. ModuleLoader .load 官方格式,构建源 src/ .tsx ) - 宿主扩展面: ctx.webServer.register (REST 路由)、 ctx.sessions / ctx.workspaceRegistry (会话→工作区根解析) - 客户端扩展面: ctx.slots (tab 槽 conversation.view 、配置卡片槽 set…

View full README on GitHub →
Skins / UIdeepseek-harnessdsh-pluginweb ui

Category