dsh-launch
DSH plugin: supervise long-running services (dev servers, watchers, mock APIs) in a detached broker process so they survive conversation turn end, session close, and DSH restarts. Ships its own Service tab (registered into better-sidebar's extension API) plus service_start/service_stop/service_restart/service_list/service_logs model tools. One package — publish dsh-launch alone; better-sidebar only hosts the tab.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Khellendros97/dsh-launch说明文档
阅读完整 README ↗配置
插件行可选 config:
- id: dsh-launch
name: dsh-launch
config:
runtimeDir: '~/.dsh/tmp/dsh-launch' # 覆盖运行时目录(默认同左)
idleGraceMs: 15000 # 无客户端/无 presence 后的退出宽限
maxLogBytes: 8388608 # 单服务日志轮转阈值