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.
AI 분석
核心用途是托管开发服务器、监听器等长运行服务,使其在会话结束或 DSH 重启后依然存活,并提供 UI 管理面板。适合需要在 DSH 中运行和调试后台服务的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Khellendros97/dsh-launch配置
插件行可选 config:
- id: dsh-launch
name: dsh-launch
config:
runtimeDir: '~/.dsh/tmp/dsh-launch' # 覆盖运行时目录(默认同左)
idleGraceMs: 15000 # 无客户端/无 presence 后的退出宽限
maxLogBytes: 8388608 # 单服务日志轮转阈值