idoall/dsh-update-status1

dsh-update-status

Read-only DeepSeek Harness Web plugin that shows the running DSH version, discovers latest/next/alpha releases, warns about compatibility, and generates copy-only upgrade commands.

AI 分析

核心用途是帮助用户在 Web 侧边栏直观查看 DSH 版本状态,并一键复制升级命令。适合希望及时获取版本更新、兼容性警告并便捷维护 DSH 系统的用户。

パッケージ
dsh-update-status
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/09/10

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:idoall/dsh-update-status

ドキュメント

README 全文を読む ↗

Usage

  1. Open the DSH sidebar drawer. The official fish remains in place; the name row shows DeepSeek plus the current version badge.
  2. Tap the badge. The update panel opens without triggering the parent New Session action.
  3. Review meaningful channels. If next points to the same release as the running/stable version, it is intentionally omitted.
  4. Select alpha or another available channel if you want to evaluate it. An unverified preview remains clearly marked.
  5. Copy the generated command and run it yourself in a terminal on the computer hosting DSH.
  6. Restart DSH yourself after the package-manager command completes.

Example commands generated for a global install:

npm install -g @deepseek-ai/dsh@latest
npm install -g @deepseek-ai/dsh@next
npm install -g @deepseek-ai/dsh@alpha

The plugin displays one command that matches the detected installation kind and selected channel. It does not run these commands.

Configuration

OptionDefaultRange / behavior
cacheTtlMinutes36030–1,440 minutes; expires only for the next on-demand read, never a background timer
channellatestlatest, next, or alpha
sidebarEnabledtrueHides only this plugin's sidebar entry

Settings → Version & updates lets the local operator hide the plugin's sidebar entry and select a release channel. The panel also supports direct channel selection and a cache-duration input. Changing the duration does not issue a request; only a later normal read can refresh an expired cache, while Check for updates always performs an immediate manual refresh.