dsh-power-launch
Safe start/stop companion for dsh web: a bottom-right power dock in the Web UI that shuts the host down cleanly (response flush, port release, exit code 0) and reports the running dsh version.
AI Analysis
在 Web UI 右下角提供电源控制台,用于安全释放端口并干净地关闭 DSH 宿主进程。适合需要便捷管理本地服务生命周期的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pwping/dsh-power-launchREADME
Read the full README ↗配置
| 项 | 默认 | 修改方式 |
|---|---|---|
| 端口 | 3080 | 快捷方式目标后加 -Port 3081,或命令行 dsh-launch.bat -Port 3081 |
| npm 镜像 | https://registry.npmmirror.com | 编辑 launcher/dsh-launch.ps1 顶部参数 |
| 禁用自动建快捷方式 | 启用 | 环境变量 DSH_POWER_LAUNCH_SHORTCUT=0 |