DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Version Management — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-version-management

Plugin Version Management

DSH plugin version snapshot & restore: one click to snapshot all installed plugins (JSON + human-readable TXT + offline restore script), upload a snapshot to restore the exact plugin set.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:lw-storm/dsh-plugin-version-management#2e90fe59936e779326acd9306a1ef42a404b0cab
READMECompatibilityVersions

Compatibility and provenance

Plugin Version Management is published as dsh-plugin-version-management and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

1.0.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/29/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-plugin-version-management

DSH 插件版本快照与快速回滚工具:一键快照所有已安装插件(JSON + 人读 TXT + 离线恢复脚本),上传快照即可恢复整个插件环境。

功能

  • 版本快照:记录全部已装第三方插件的名称、要求版本、实际安装版本,保存为一个文件夹(含 dsh-plugin-snapshot.json / dsh-plugin-snapshot.txt / 离线恢复脚本)
  • 一键恢复:上传或选择快照 → 勾选插件逐步确认,或一键全部恢复(写回 package.json + 自动 pnpm install)
  • 设置页 UI:设置 → 「插件版本恢复」(当前插件清单 / 生成快照 / 历史快照 / 上传恢复)
  • 对话工具:dsh_plugin_snapshot(生成快照)、dsh_plugin_restore(恢复,支持指定快照/指定插件)
  • 路径自动探测:无硬编码机器路径,自动发现 DSH profile 目录与可写工作区,任何机器可用

注意

  • 快照只覆盖第三方安装插件(bundles 中非 @deepseek-ai/* 的条目);官方基础包保持现状
  • 恢复会修改 %DSH_HOME%\profiles\<profile>\package.json 并执行 pnpm install(网络或 pnpm 缓存)
  • 包为纯 JavaScript,无构建步骤;安装后本插件自身也会进入快照清单,形成闭环