m1452700576/dsh-app-updater0

dsh-app-updater

Sidebar button that checks whether DSH has a newer release and auto-downloads/opens the installer, with live progress and a minimizable panel.

包名
dsh-app-updater
版本
0.2.0
许可证
Apache-2.0
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:m1452700576/dsh-app-updater

Configuration

Configure in cordis.patch.yml:

- insert:
    - id: dsh-app-updater
      name: '@local/dsh-app-updater'
      config:
        sourceType: github
        githubRepo: m1452700576/dsh-app-updater
        downloadsDir: ''

Configuration Options

OptionTypeDefaultDescription
sourceTypestringgithubUpdate source type (github or npm)
githubRepostringsteven-kid/deepseek-harness-desktopGitHub repository to check for updates
downloadsDirstring~/DownloadsDirectory to save downloaded installers
mirrorsarray[]GitHub mirror URLs for faster downloads in China

Configuration Options

OptionTypeDefaultDescription
sourceTypestringgithubUpdate source type (github or npm)
githubRepostringsteven-kid/deepseek-harness-desktopGitHub repository to check for updates
downloadsDirstring~/DownloadsDirectory to save downloaded installers
mirrorsarray[]GitHub mirror URLs for faster downloads in China

Usage

  1. After installation, look for the update icon in the DSH sidebar
  2. Click the icon to check for updates
  3. If an update is available, click "Download" to start the download
  4. The download progress will be shown in real-time
  5. Once downloaded, the installer will open automatically