AI Agent Hub
Back to plugins
🧰

dsh-update-notifier

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install xia-sc/dsh-update-notifier

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

Install by running dsh plugin install xia-sc/dsh-update-notifier in DeepSeek Harness; source is at https://github.com/xia-sc/dsh-update-notifier

About this plugin

If dsh web is your daily driver, one of the easiest things to overlook is the toolchain version itself. New capabilities, interface changes, and critical fixes all live inside a changelog you never get around to reading, and you only find out you are several minor versions behind when something breaks. dsh-update-notifier fills that gap: the moment dsh web starts, the plugin quietly compares the local package.json version against the latest and next dist-tags on the npm registry, correctly handling pre-release identifiers like x.y.z-rc.n.

The cadence is a first check five seconds after startup followed by a poll every six hours, with a manual "Check now" action always available. When an update exists, a dismissible banner appears in the top-right of the shell overlay carrying a one-click copy of the npm install command and a link to the release notes. After dismissing the banner, a lightweight capsule persists above the conversation input dock so you can reopen the details at any time. Dismissal is remembered per version in localStorage, so the banner resurfaces only when a genuinely new version ships.

This is for anyone who treats dsh web as their primary workbench and wants to stay up to date without memorizing commands or bookmarking release pages: open the app and you already know whether it is time to upgrade.

Use Cases

  • Auto-detects new DSH versions right after dsh web starts
  • A lightweight capsule above the input dock lets you reopen update details anytime
  • One-click copy of the npm update command with a release notes link

Best For

  • Daily users who rely on dsh web as their main workbench
  • Developers who want to stay on recent versions
  • Users who prefer passive update reminders over manual checks