dsh-update-status
只读的 DeepSeek Harness Web 插件,用于显示当前运行版本、检测新版本并生成升级命令。
AI 分析
核心用途是帮助用户在 Web 侧边栏直观查看 DSH 版本状态,并一键复制升级命令。适合希望及时获取版本更新、兼容性警告并便捷维护 DSH 系统的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:idoall/dsh-update-status說明文件
閱讀完整 README ↗Usage
- Open the DSH sidebar drawer. The official fish remains in place; the name row shows
DeepSeekplus the current version badge. - Tap the badge. The update panel opens without triggering the parent New Session action.
- Review meaningful channels. If
nextpoints to the same release as the running/stable version, it is intentionally omitted. - Select
alphaor another available channel if you want to evaluate it. An unverified preview remains clearly marked. - Copy the generated command and run it yourself in a terminal on the computer hosting DSH.
- 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
| Option | Default | Range / behavior |
|---|---|---|
cacheTtlMinutes | 360 | 30–1,440 minutes; expires only for the next on-demand read, never a background timer |
channel | latest | latest, next, or alpha |
sidebarEnabled | true | Hides 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.