AI Agent Hub
Back to plugins
dsh-version-plugin preview

dsh-version-plugin

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install hotpot-labs/dsh-version-plugin

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install hotpot-labs/dsh-version-plugin in your terminal to install this plugin; the source repository is available at https://github.com/hotpot-labs/dsh-version-plugin .

About this plugin

When working in DSH web mode, the global npm build and a local workspace copy can easily blur together, and checking which version actually runs requires digging through terminal logs. dsh-version-plugin brings that answer into the UI: it reads the package.json of the installed @deepseek-ai/dsh on the host and adds a DSH Version row at the bottom of Settings > General Settings, so the current version is visible at a glance.

Two buttons do the heavy lifting. Check for updates queries the npm registry for the latest available release, while Update to latest runs a global install command and streams the output directly in the UI, eliminating the need to switch back and forth to a terminal. All queries and updates travel over an RPC channel, so no extra dependencies are required.

Built for developers who use DSH in web mode day-to-day and switch frequently between global and local builds. Install from npm in one step, no local build permission needed.

Screenshots

Use Cases

  • Check the current DSH version in the web settings
  • Query the latest available version
  • Update DSH global to the latest version

Best For

  • Developers using DSH web mode
  • Users who need to distinguish global and local DSH versions
  • Developers who want fewer terminal commands