Khellendros97/dsh-launch1

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 Analysis

核心用途是托管开发服务器、监听器等长运行服务,使其在会话结束或 DSH 重启后依然存活,并提供 UI 管理面板。适合需要在 DSH 中运行和调试后台服务的开发者。

Package
dsh-launch
Version
0.2.0
License
MIT
Last updated
Aug 16, 2026

Install

$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                   # 单服务日志轮转阈值