seanwhy/dsh-restart-confirm0

dsh-restart-confirm

Sidebar restart button for DeepSeek Harness with double confirmation: one click opens a two-step confirm flow, then restarts the dsh web process (WebUI + backend, one process) and auto-relaunches it with the same args. Cross-platform (macOS/Linux/Windows), no hardcoded paths, configurable. / DeepSeek Harness 侧边栏一键重启按钮(带二次确认):点击后需连续两次确认才会重启 dsh web 进程(WebUI 与后台同属该进程),并以相同参数自动重新拉起。跨平台(macOS/Linux/Windows),无硬编码路径,可配置。

AI 分析

核心用途是提供便捷的 DSH 进程重启通道。适合需要频繁调整配置并快速重启服务(含 WebUI 和后端)的用户。支持自定义重启命令或仅执行 Kill 操作。

パッケージ
dsh-restart-confirm
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:seanwhy/dsh-restart-confirm

ドキュメント

README 全文を読む ↗

Configuration

Plugin config (Settings → Plugins → dsh-restart-confirm → config, or the profile manifest):

OptionTypeDefaultMeaning
delaySecondsnumber3Seconds after the response before the process is killed (gives the browser time to show the "restarting" state)
relaunchDelaySecondsnumber2Seconds after the kill before DSH is relaunched
customRestartCommandstring''Custom shell command used to relaunch instead of the auto-reconstructed argv
killOnlybooleanfalseOnly kill the process; never relaunch (use when an external supervisor restarts DSH)