DSH 重启插件:可配置的重启方式(Node 原生/旧 PowerShell 适配)、重启后自动继续的提示词、可选看门狗自动拉起。
安装
# npm 包(预构建)
dsh plugin --profile web add dsh-restart
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:anweat/dsh-restart
GitHub 来源的插件在安装时会在你的机器上执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
重启整个 DeepSeek Harness 进程的插件,用于重新加载插件与配置(profile 的 cordis 组合、settings 等)。host + client 双半,装进 profile 的 bundle 后即可用。
功能
- 模型工具
restart_harness:让 agent 直接安排一次进程重启(可选delayMs)。 /restart斜杠命令:在 UI 里手动触发重启。- 配置卡片(设置 → 插件 → 插件配置 → 「DSH 重启」):可视化编辑以下设置,改动即时写入
settings.yaml:legacyRestart— 旧 PowerShell/WMI/taskkill 重启方式(默认关闭,用 Node 原生方式)。continuePrompt— 重启后自动继续时注入给 agent 的提示词。watchdogEnabled— 崩溃/关闭时自动拉起 DSH(默认关闭,需谨慎)。watchdogCooldownMs/watchdogPollMs— 看门狗冷却与轮询间隔。
- 「立即重启」按钮:卡片内的同源重启端点。出于安全考虑,仅接受来自环回地址(127.0.0.1 / localhost)的同源 POST 请求;经反向代理/远程访问时该按钮会被拒绝(403)。
安装
- 把包加入 profile 依赖并挂进 bundle:
// profiles/<profile>/package.json
{
"dependencies": { "dsh-restart": "..." },
"dsh": { "profile": { "bundles": ["...", "dsh-restart"] } }
}
- 重启 DSH(
/restart或restart_harness),刷新页面后即可看到卡片。
构建
pnpm install
node scripts/link-dsh-workspace.mjs --source <path-to-deepseek-harness>
pnpm run build
host 半由 tsc 输出到 lib/index.js(@deepseek-ai/* 保持外部依赖);client 半由 tsdown 打成单文件 lib/client.js。
链接
同类插件
Nagi-ovo/dsh-ads★ 318
2005 年中文站点风格的整活广告插件:侧栏广告/信息流/角落弹窗 + 假关闭叉,素材全虚构。
vlln/whale-girl★ 121
桌面宠物(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍。
omdsh-dev/dsh-gomoku★ 12
与 AI 下五子棋,也可让 AI 对局比棋力。
lhh010/dsh-minigames★ 12
右侧小游戏面板:18 款离线小游戏,等模型回复时的摸鱼神器。
AnacondaKC/dsh-stock-market★ 11
有效解决了写代码的时候账户不能同时亏钱的 BUG。
hellodigua/dsh-emoji★ 11
为 AI 回复自动添加表情。