DeepSeek Harness plugin

dsh-upgrader

插件管理升级版:直连 pnpm 升级插件(绕过 dsh CLI 拦截),带插件列表与一键升级设置卡片。Plugin manager upgrade: direct-pnpm upgrades bypassing dsh CLI interception, with a plugin list and one-click upgrade settings card.

Jump to install

Source facts

Repository
lileikeji/dsh-upgrader
Latest update
Aug 15, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lileikeji/dsh-upgrader
Plugin: dsh-upgrader
Author: lileikeji

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-upgrader

DSH 插件管理升级版:直连 pnpm 升级插件,绕过 dsh plugin add 的升级拦截(与 agent 手动升级同一路径),带插件列表 + 一键升级的设置卡片。

为什么

dshmarket 的升级会 spawn dsh plugin add(dsh CLI),在部分环境被 dsh 拦截;本插件像 agent 手动升级一样,直接在宿主进程用 node:child_process 调 pnpm,并自动处理:

  • minimumReleaseAgeExclude:把新版本写进 profile pnpm-workspace.yaml(否则 pnpm 拦截新发布)
  • pnpm add -w <pkg>@<exact>:更新 package.json + node_modules
  • bundles 条目:新插件自动追加到 dsh.profile.bundles
  • 重启提示:升级完成后重启 GUI 生效

安装

# profile 目录
pnpm add -w dsh-upgrader
# 或从 GitHub
pnpm add -w dsh-upgrader@github:lileikeji/dsh-upgrader

dsh-upgrader 加进 profile package.jsondsh.profile.bundles,重启 dsh。

使用

设置 → 插件 → 插件升级(upgrader)

  • 列出已安装插件 + 当前版本 + npm 最新版本
  • 有更新的插件显示 升级 按钮,一键直连 pnpm 升级
  • 升级成功提示重启 GUI

HTTP API

  • GET /dsh-upgrader/status{ profile, installed, updates, bundles }
  • POST /dsh-upgrader/upgrade body { name } → 升级并返回 { ok, name, from, to, restart }

License

MIT