233fxr-collab/dsh-launch-in-one-click0

dsh-launch-in-one-click

Generates and installs a verified one-click desktop launcher for DeepSeek Harness on Windows, after checking Node, npx, the desktop folder, and whether the target port is already serving a Harness instance.

包名
dsh-launch-in-one-click
版本
1.0.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:233fxr-collab/dsh-launch-in-one-click

Configuration

Optional, in the bundle's patch row:

- id: launch-in-one-click
  name: dsh-launch-in-one-click
  config:
    defaultPort: 3080                # port a generated launcher targets
    language: auto                   # auto | en | zh
    runner: npx                      # npx | dsh
    packageSpec: '@deepseek-ai/dsh'  # what npx resolves
    openBrowser: true                # let `dsh web` open the browser
    provisionOnLoad: true            # create the launcher on load, if absent

⚠️ Adding a config: row here has a cost. A marketplace hot-mounts only a plain id/name insert, so a bundle patch carrying configuration activates on the next restart instead of immediately. That is why every default above lives in code, not in this file: install with no patch row at all, and the launcher still appears the moment you click Install.