zhaoyu-restart
Manifest valid★ 1One-click silent DSH restart button for DeepSeek Harness (dsh-plugin)
@huangzhaoyu/zhaoyu-restart
一键重启 DeepSeek Harness 的插件。在输入框左下角加一个"重启"按钮,点击后静默重启 DSH,无窗口弹出,旧标签页自动断线重连。
One-click silent restart button for DeepSeek Harness. Adds a "重启" button to the composer input bar. Click it to restart DSH silently — no window popup, the old tab auto-reconnects via WebSocket.
安装 / Installation
# 从 npm 安装
dsh plugin --profile web add @huangzhaoyu/zhaoyu-restart
配置 / Configuration
默认重启脚本路径是 restart-dsh.bat(位于 DSH 部署目录)。你可以通过 DSH 设置来修改:
# settings.yaml
zhaoyu-restart:
scriptPath: "C:\\你的路径\\restart-dsh.bat"
或者在 DSH 设置界面中修改(如果设置了 UI 入口)。
使用 / Usage
安装后,在聊天输入框左下角会出现一个 🔄 重启按钮。点击后:
- 按钮显示"重启中…"
- Host 用
powershell.exe -WindowStyle Hidden静默启动重启脚本 - DSH 进程被重启,浏览器自动断线重连
- 全程无窗口弹出,无感重启
工作原理 / How it works
- Host 端:
lib/index.js— 用ctx.inject(['webServer'])注册POST /zhaoyu-restart路由 - Client 端:
lib/client.js— 在conversation.input.left槽位注册重启按钮 - 重启:通过
subprocess.spawn启动powershell.exe -WindowStyle Hidden执行重启脚本 - 配置:
settings命名空间zhaoyu-restart.scriptPath可自定义重启脚本路径
发布 / Release
- GitHub: SUJIElearning/zhaoyu-restart
- npm:
@huangzhaoyu/zhaoyu-restart
许可证 / License
MIT
Versions
| Latest version | Published | Size |
|---|---|---|
| 1.0.0 | — | — |
| 1.0.1 | — | — |
| 1.0.2 | — | — |
Comments
Loading…
From the same category
by deepseek-ai
DeepSeek Harness: Everything is a Plugin.
★ 235.9k
MIT
TypeScript
Sep 24, 2026
by nexu-io
🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,
★ 98.1k
Apache-2.0
TypeScript
Sep 25, 2026
by tt-a1i
Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
★ 71.6k
↓ 3.5k/wk
MIT
JavaScript
Sep 25, 2026
dsh plugin --profile agent add @tt-a1i/archify-dshby Tencent
Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
★ 30k
↓ 838/wk
NOASSERTION
Go
Sep 25, 2026
dsh plugin --profile web add @wxg-prc-cpg/dsh-weknoraby awesome-dsh-plugin
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
★ 16.9k
CC0-1.0
Python
Sep 25, 2026
by zhu1090093659
DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
★ 8k
Apache-2.0
TypeScript
Sep 25, 2026
dsh plugin --profile web add dsh-web