realpkuasule/dsh-launch-pad0

dsh-launch-pad

Local service control deck for DeepSeek Harness: a global per-project service registry with port-conflict arbitration, one-click start/stop/restart buttons in the Web UI, start-command normalization across project types, auto-follow of the active session, and 7 agent tools.

AI Analysis

核心用途是在 DSH 中统一管理和控制本地开发服务。适合在 Agent 协作开发中需要频繁启停、重启本地服务(如 Web、API)的开发者,支持 Agent 自动调用工具操作。

Package
dsh-launch-pad
Version
0.4.2
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:realpkuasule/dsh-launch-pad

项目内配置 .dsh-services.yml

services:
  web:
    command: npm run dev
    cwd: .
    port: 5173
    portMode: auto
    persist: true
    template: npm
    env:
      FOO: bar