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.

Zhaoyu Restart — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@huangzhaoyu/zhaoyu-restart

Zhaoyu Restart

One-click silent DSH restart button in the composer input bar. DeepSeek Harness plugin (dsh-plugin).

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

npx -y @deepseek-ai/dsh plugin --profile web add @huangzhaoyu/zhaoyu-restart@1.0.2
READMECompatibilityVersions

Compatibility and provenance

Zhaoyu Restart is published as @huangzhaoyu/zhaoyu-restart and currently resolves to version 1.0.2. 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/20/2026

Versions

1.0.2stable
8/24/2026
1.0.1stable
8/23/2026
1.0.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
11.6 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
57
Last push
8/23/2026
View source ↗Project homepage ↗
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

Related plugins

More verified plugins in developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

@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

安装后,在聊天输入框左下角会出现一个 🔄 重启按钮。点击后:

  1. 按钮显示"重启中…"
  2. Host 用 powershell.exe -WindowStyle Hidden 静默启动重启脚本
  3. DSH 进程被重启,浏览器自动断线重连
  4. 全程无窗口弹出,无感重启

工作原理 / 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