realpkuasule/dsh-launch-pad ↗★ 0
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 分析
核心用途是在 DSH 中统一管理和控制本地开发服务。适合在 Agent 协作开发中需要频繁启停、重启本地服务(如 Web、API)的开发者,支持 Agent 自动调用工具操作。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:realpkuasule/dsh-launch-padドキュメント
README 全文を読む ↗项目内配置 .dsh-services.yml
services:
web:
command: npm run dev
cwd: .
port: 5173
portMode: auto
persist: true
template: npm
env:
FOO: bar