AI Agent Hub
Back to plugins
🖥️

dsh-updater

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install onewilk/dsh-updater

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

Install this plugin in DeepSeek Harness: visit https://github.com/onewilk/dsh-updater for details, run dsh plugin install onewilk/dsh-updater, then restart the harness to activate.

About this plugin

Keeping up with DeepSeek Harness releases usually means manually checking, hunting down changelogs that get blocked by GitHub rate limits or network restrictions, and guessing the right upgrade command. dsh-updater removes that friction: the server polls the npm registry every 6 hours and the client every 30 minutes, and the moment a new version is detected a red NEW badge appears on the top-left logo. One click opens the Settings → About tab, and each release triggers a single toast reminder, so you are never spammed.

The About tab consolidates the current and latest versions, last-check timestamp, a manual check button, the repository link, and the full release changelog. An upgrade command sits at the bottom with a one-click copy. Changelog fetching cascades through the ungh.cc mirror, a gh-proxy relay, and finally api.github.com directly, each step with an 8-second timeout and parallel npm + GitHub requests, so the check always returns in bounded time. The acceleration toggle is persisted by default and can be switched off at any point.

Built for day-to-day DeepSeek Harness users who want release awareness without effort, and especially for developers in regions where reaching GitHub is unreliable or prone to 403 errors. Install it once, and version status is always one glance away.

Use Cases

  • Day-to-day coding without manually checking for new releases
  • Fetching changelogs when direct GitHub access is unreliable or rate-limited
  • Finding the exact upgrade command and release notes at a glance when updating

Best For

  • Engineers who use DeepSeek Harness daily for development
  • Developers in regions where direct GitHub access is frequently blocked or rate-limited
  • Team members who want zero-effort release awareness and one-glance upgrade decisions