LucienLL/dsh-service-watchdog ↗★ 0
dsh-service-watchdog
DeepSeek Harness plugin: restart the DSH web service from the main UI with a second confirmation when agent sessions are active, a live running/stopped status, a detached self-healing watchdog, and optional login autostart
AI Analysis
用于在 Web 界面安全重启 DSH 服务。适合需要频繁维护服务、防止崩溃或希望开机自启的用户。核心功能包括二次确认和独立看门狗自愈。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LucienLL/dsh-service-watchdogREADME
Read the full README ↗配置项(Settings → Plugins → Service control)
| 键 | 默认 | 说明 |
|---|---|---|
| watchdogPort | 3199 | 看门狗控制端口(仅本机监听);运行时改端口会自动清掉旧看门狗 |
| autostart | true | 开机自启 |
| crashRestart | true | 崩溃自动重启(改动即时生效) |