DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Manager — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

@bululuburuarua666/dsh-plugin-manager

Plugin Manager

DSH Plugin Manager — 用于 DeepSeek Harness 的插件来源分类和生命周期管理(禁用/启用/卸载)。社区项目;与 DeepSeek 无关联,也未获其认可。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:bululuburuarua666/dsh-plugin-manager#e90e07476d38dede669c293a35de4e189354b42c
README兼容性版本
Plugin screenshotPlugin screenshot

兼容性与来源证明

Plugin Manager 以 @bululuburuarua666/dsh-plugin-manager 发布,当前版本为 0.1.0-alpha.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/29

版本

0.1.0-alpha.1prerelease
2026/8/29
最新版
0.1.0-alpha.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/8/30
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

📦 DSH Plugin Manager

English | 中文

Know what is loaded. Change only what is safe. Recover when something goes wrong.

dsh-plugin-manager is a community plugin bundle for DeepSeek Harness (DSH). It adds a focused management surface under Settings → Plugins for understanding, disabling, enabling, and uninstalling profile plugins safely.

DSH is built around plugins. As a profile grows, it becomes important to answer three simple questions:

  • Where did this plugin come from?
  • Can it be changed safely while DSH is running?
  • If an operation fails, can the profile be recovered?

This project is designed around those questions.

✨ Highlights

  • Origin-aware inventory — distinguish official, personal, open-source, and open-source customized plugins.
  • Automatic classification with human correction — keep the detected origin visible, while allowing a per-package manual override.
  • Safe disable / enable — change supported plugins through the profile patch layer, with capability checks, locks, and state verification.
  • Transactional uninstall — back up first, remove only the intended package and patch entry, validate the result, and roll back when safe.
  • Failure recovery — preserve pending-removal records and retry cleanup on the next startup when Windows file locks or another process prevent a clean removal.
  • Conservative permissions — a display label never grants trust, toggle permission, uninstall permission, or protection bypass.
  • Bilingual UI — English and Simplified Chinese labels are included.

👀 What it looks like

After installation, open:

Settings → Plugins → Plugin Manager

Each entry can expose its current state, origin, detected origin, metadata, and the actions allowed for that exact DSH loader entry. Unsupported or protected entries are reported instead of being given a misleading action button.

🚀 Quick start

Prerequisites

This release targets DSH 0.1.1-rc.2 and the standard web profile. Check the DSH version before installing:

dsh --version

If DSH is running from a source checkout, use pnpm dsh in place of dsh in the commands below.

Install from a Git tag

Install the prebuilt release from your profile directory:

dsh plugin --profile web add `
  "git+https://github.com/bululuburuarua666/dsh-plugin-manager.git#v0.1.0-alpha.1"

To pin an exact reviewed commit, replace the tag with its full 40-character commit SHA.

Install from a Release archive

Use the .tgz included in the project Release ZIP. Do not use GitHub's automatically generated source-code ZIP as the installation artifact.

Get-FileHash .\dsh-plugin-manager-0.1.0-alpha.1.tgz -Algorithm SHA256

dsh plugin --profile web add `
  .\dsh-plugin-manager-0.1.0-alpha.1.tgz

Compare the hash with SHA256SUMS.txt before installing. The archive can be deleted after installation.

Finish installation

Restart the DSH profile so its bundle layer and client module are loaded, then refresh the browser page:

dsh --profile web

For a source checkout, the equivalent command is:

pnpm dsh web

🏷️ Origin classification

The manager separates automatic detection from the user's chosen display classification.

image
LabelMeaning
OfficialShipped by the DSH engine or identified as engine-owned.
PersonalBuilt or maintained as a personal plugin.
Open sourceInstalled from another open-source project or public package.
Open source · customizedBased on an open-source project with local or personal changes.

The detector uses available package and profile signals. A plugin may also declare dsh.origin in its manifest. When automatic detection is not enough, the detail view lets the user set a package-level override and later Restore automatic detection.

Manual classification is intentionally presentation-only:

Marking a third-party package as “Official” does not make it trusted and does not change whether it can be toggled, uninstalled, or protected.

🎛️ Lifecycle controls

image

Disable and enable

For a supported ordinary Host row in the profile's root patch space, the manager updates the managed patch block, waits for DSH to reflect the requested state, and restores the previous bytes if the operation cannot be verified.

The following are deliberately not treated as ordinary hot-toggle targets:

  • entries inside nested subtrees, such as agent-preset realms;
  • groups, includes, and other composition carriers;
  • infrastructure entries such as timer and hmr;
  • the manager itself and packages protected by the upstream DSH surface.

An unavailable action is a safety result, not a failed attempt to force a change.

Transactional uninstall

Uninstall follows a guarded sequence:

backup → patch splice → fiber disposal → package-manager removal → postconditions → guarded rollback

The operation is scoped to the selected package and its authorized patch entry. It uses profile serialization, cross-process locks, revision/hash checks, and post-operation validation. If a clean removal is impossible, the manager records a pending removal for the next startup instead of pretending that the uninstall finished.

🔐 Security model

The manager is intentionally conservative around operations that modify a running DSH profile:

  • the browser submits an operation intent, not an arbitrary filesystem path or shell command;
  • the host resolves the target against the current loader/profile evidence;
  • protected, ambiguous, nested, and stale targets fail closed;
  • concurrent operations on the same profile are serialized;
  • configuration and patch writes use locks and atomic/revision-guarded updates;
  • an origin label never becomes an authorization mechanism;
  • malformed origin data is preserved and reported rather than silently replaced.

Important: DSH plugins are executable code. This project manages plugin lifecycle state; it does not sandbox, audit, or declare third-party plugin code safe. Only install plugins and packages you trust, and review Git tags, commit SHAs, release checksums, and dependency changes before installation.

See SECURITY-MODEL.md for the detailed privilege analysis and RECOVERY.md for failure handling.

🧩 Compatibility

DSH versionStatusNotes
0.1.1-rc.2Supported targetCurrent release line.
0.1.2-alpha.1Not supportedConnection and client-runtime contracts changed.
DSH masterNot supportedDo not assume compatibility with a moving developer-preview branch.
PlatformStatusNotes
WindowsSupportedCI gate runs on Windows; lifecycle mutations verified end-to-end there.
Linux / macOSNot yetA porting pass (test-suite path/lock behavior) is still open; install at your own risk.

The current release is deliberately published before the next main-program adaptation is complete. If you are running 0.1.2-alpha.1 or a newer checkout, wait for a compatible release; do not rely on lifecycle write operations from this version.

Read the compatibility matrix before installing into a non-default profile. DSH itself is in developer preview and may introduce breaking changes.

🔧 Troubleshooting

The tab does not appear

Restart DSH after installation. If it is still missing, inspect the composed profile without booting it:

dsh --profile web --dump-config

Confirm that the manager package is present in the profile's bundle list and that the installed release matches the DSH compatibility matrix.

Disable or enable is unavailable

The target may be nested, a composition carrier, infrastructure, protected by DSH, or running in a profile that does not support live patch reload. Use the displayed reason and restart DSH when the profile requires restart-based changes.

Uninstall is pending

Restart the same DSH profile once, then check the operation status and logs. Do not manually delete the package or patch block while recovery is pending; doing so can remove the evidence needed for a safe retry.

The profile changed during an operation

Close other profile editors or DSH instances that modify the same profile, reopen the manager, and retry from a fresh preview. A stale revision or hash is rejected to avoid overwriting someone else's change.

🛠️ Development

pnpm install
pnpm run typecheck
pnpm run lint
pnpm run test
pnpm run test:coverage
pnpm run build
pnpm run verify:pack
pnpm run release:assets
pnpm run verify:assets
pnpm run test:install -- tgz
pnpm run test:install -- git-local
pnpm run test:stock        # stock-DSH install/boot/channel smoke quadrant
pnpm run test:lifecycle    # real disable/enable mutation E2E on isolated DSH_HOME

The current release gate covers 274 tests, 100% thresholds for the core modules, reproducible builds, and verified release assets. Cross-platform CI results and the exact artifact hashes belong to the individual release.

When reporting a problem, include the DSH version, plugin version, install source (Git or .tgz), profile name, operation, displayed error code, and a redacted log excerpt. Never include tokens, cookies, private keys, or unredacted user paths.

🗑️ Uninstall the manager

dsh plugin --profile web remove @bululuburuarua666/dsh-plugin-manager

Restart DSH after removal.

📌 Project status

This is an independent community project and is not affiliated with or endorsed by DeepSeek. The project is evolving alongside DSH's developer-preview APIs; compatibility is versioned and documented rather than assumed.

Contributions, issue reports, and compatibility feedback are welcome. See the repository contribution guidelines before opening a pull request. If this project is useful to you, a star on GitHub is always appreciated.

🙏 Acknowledgments

The lifecycle-management UX and the plugin-update awareness flow were designed with reference to dsh-update-checker by Airmetro — an open-source DSH plugin that auto-checks DeepSeek Harness and third-party plugin updates, notifies in the Web GUI, and ships one-click update with backup/rollback and a restart watchdog. Our deployments integrate that update flow alongside this manager, and its design informed this project from day one. Many thanks to its author.

📄 License

MIT — see LICENSE and THIRD_PARTY_NOTICES.md.