AI Agent Hub
Back to plugins
🖥️

dsh-update-notifier

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install arvin-yd/dsh-update-notifier

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

Run dsh plugin install arvin-yd/dsh-update-notifier in the DeepSeek Harness terminal to install this plugin; the full source is at https://github.com/arvin-yd/dsh-update-notifier.

About this plugin

DSH releases move quickly, but you probably do not want to manually check the npm latest tag and type an update command every single time you boot the web UI. dsh-update-notifier collapses that routine into a small persistent badge in the sidebar footer: a green dot means you are current, a red dot means an update is available, and an amber dot means the first check is still pending or you have chosen to ignore or snooze the newer version. Clicking the badge opens a modal that shows your installed version against the latest, the last-check timestamp, and three actions — one-click update, ignore this version, or snooze until the next poll. When you do update, the plugin detects whether you installed via npx-cache or globally and runs the matching npm command automatically, saving you the guesswork about your own install mode.

There is zero telemetry, zero analytics, and no third-party service calls; the only network request is a metadata pull from the public npm registry over HTTPS, and the browser stores nothing but a single ignored-version string in localStorage. The plugin is a lightweight fit for developers who live in the DSH web interface day-to-day and want version status at a glance without ever leaving the sidebar. If you prefer to manage dependencies manually, the badge is unobtrusive enough to ignore; if you would rather have a gentle nudge when a release lands, it does exactly that and nothing more.

Use Cases

  • Glide at the sidebar footer badge for an instant version-status check during daily DSH web use
  • Skip manual install-mode detection and update commands after npx-cache or global installs
  • Keep a team on the same DSH version without repetitive manual npm registry checks

Best For

  • Developers who live in the DSH web interface and want a quiet, glanceable version status
  • Users who prefer zero-maintenance update flows over repeating npm commands
  • Privacy-focused users who require no telemetry and no third-party network calls