dsh-command-check-update
其他 活跃维护

dsh-command-check-update

xiaoxingdelabi1/dsh-command-check-update

提供DSH命令的版本更新检测能力,可直接对接Web UI设置页面完成升级操作,无需手动排查版本状态,操作链路短,升级流程顺畅,简化版本维护步骤。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
25 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:xiaoxingdelabi1/dsh-command-check-update
git clone https://github.com/xiaoxingdelabi1/dsh-command-check-update.git
git clone git@github.com:xiaoxingdelabi1/dsh-command-check-update.git
README.md main

DSH Update Checker

Check for DeepSeek Harness updates and upgrade from the Web UI settings page.

Features

  • Web UI settings section showing current version, latest version, and update status
  • Check for updates with one click in the settings page
  • Upgrade to the latest version with one click
  • Slash command /check-update for checking and /check-update upgrade for upgrading

How it works

The plugin registers a harness-update settings namespace that appears in the Web UI settings page under "Plugins". It shows:

  • Current installed version of DSH
  • Latest available version on npm
  • Whether an update is available
  • When the last check was performed
  • A "Check now" toggle to trigger a version check
  • An "Upgrade" toggle to upgrade to the latest version

Usage

Via Web UI Settings

  1. Open the settings page in the DSH Web GUI
  2. Find the "Harness Update" section
  3. Toggle "Check now" to check for updates
  4. If an update is available, toggle "Upgrade now" to upgrade

Via Slash Command

/check-update          # Check for updates
/check-update upgrade  # Upgrade to the latest version

Installation

# In your cordis.patch.yml
- insert:
    - id: check-update
      name: '@deepseek-ai/dsh-command-check-update'

License

MIT