deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:DonnieTangzhili/dsh-ops-console
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A DSH WebUI plugin: one-click update check, apply updates during restart, and a reliable restart button — all from the Settings page.
DSH WebUI 插件:在「设置」页一键检查更新、更新并自动重启、重启 DSH。
给不想麻烦去使用带重启的桌面版的开发者使用,在纯dsh web上也可以点击重启 无外部依赖、无需构建,与 DSH 版本无关(rc.6 / rc.7 / rc.8 均可)。
| 按钮 | 说明 |
|---|---|
| 检查更新 | 对比核心包(@deepseek-ai/dsh、dsh-web-app、dsh-base)与已装插件的已安装/最新版本,自动识别预发布标签(如 (next)) |
| 一键更新 | 生成更新计划并自动重启;更新命令(npm install -g + pnpm)在旧进程退出后执行——不会在服务运行时替换文件,页面不会被弄挂 |
| 重启 DSH | 按原始启动命令(含 --port 等参数)精确重放并重新拉起,页面自动重连 |
| 停止 DSH | 终止进程且不自动重启;如需恢复,手动运行 dsh web |
可配置项(在 profile 的
cordis.patch.yml中通过config覆盖):profile(目标 profile 名,默认从启动命令自动推导)、registries(检查更新使用的 npm registry 列表)。
dsh web 能启动)dsh、pnpm 在 PATH 中(通过 npm 全局安装 dsh 时默认满足)dsh plugin --profile web add github:DonnieTangzhili/dsh-ops-console
然后完全退出 DSH 并重新运行 dsh web,打开 WebUI → 左下角 设置 → 侧边出现 「更新与重启」。
install.cmddsh web# 1. 把 dsh-ops-console 文件夹放到 ~/.dsh/plugins/ 下
# 2. 注册到 profile
dsh plugin --profile web add "link:%USERPROFILE%\.dsh\plugins\dsh-ops-console"
# 3. 重启 DSH
打开 WebUI → 左下角 设置 → 「更新与重启」 页面:
dsh plugin --profile web remove dsh-ops-console
| 现象 | 处理 |
|---|---|
| 安装后设置里没有「更新与重启」 | 确认已重启 DSH;或到 设置 → 插件 检查 dsh-ops-console 是否加载 |
| 一键更新 / 重启后页面没回来 | 查看 %TEMP%\dsh-ops-restart-*.log |
| 按钮失效的兜底 | 终端运行 node tools\dsh-restart-now.js(杀掉 8899 端口的 DSH 并用 dsh web 重新拉起) |
dsh plugin --profile web update dsh-ops-console
(GitHub 安装会拉到仓库最新提交,重启 DSH 生效。)
lib/index.js(Host)+ client/client.js(Client bundle)都是纯 JSgit push,使用者 dsh plugin --profile web update dsh-ops-console 即可CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。