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.

AI Analysis

核心用途是提供一键检测、下载并安装 DSH 桌面端更新的功能。适合希望保持软件最新版本、简化手动更新步骤的用户。

Package
dsh-app-updater
Version
0.2.0
License
Apache-2.0
Last updated
Sep 1, 2026

Install

$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