DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

zhangnan /

zhangnan/dsh-plugin-hotplug

已验证

Runtime plugin inventory and hot-plug manager for DeepSeek Harness

★ 1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@877011db

dsh-plugin-hotplug

English | 简体中文

A hot-plug manager and replacement plugin inventory UI for DeepSeek Harness (DSH).

It replaces the official read-only plugin list in the settings page with a source-aware inventory and safe runtime controls.

Features

  • Groups plugins by the current profile, third-party Profile Bundles, the home-level global layer, and DSH built-ins.
  • Enables or disables current-profile plugins and third-party bundles immediately.
  • Persists toggle state in the current profile's cordis.patch.yml.
  • Uses the Cordis Loader lifecycle for reversible hot unload and restore.
  • Shows configured state and runtime fiber phase separately.
  • Protects the Web transport, UI shell, global plugins, and the manager itself from accidental removal.
  • Includes English and Chinese UI labels.

Installation

dsh plugin --profile web add -w dsh-plugin-hotplug
dsh --profile web

This package is a two-sided DSH Profile Bundle. Its bundled patch mounts both host and client components and disables the official read-only inventory tab. Restart the profile after installation or host-side updates.

The plugin targets Web profiles because its client component replaces a settings-page tab.

Source groups and controls

  • Plugins inserted by the current profile patch can be toggled.
  • Third-party Profile Bundles can be toggled.
  • Home-level global plugins are listed as read-only because the profile patch layer is applied before the home layer.
  • DSH built-in plugins are listed as read-only.
  • Core Web transport and UI entries, plus this plugin itself, are always protected.

Runtime changes use ctx.loader.update(...) so Cordis disposes or restores plugin effects through its normal lifecycle. Persistent state is written as a small managed section instead of rewriting the entire user patch.

Uninstallation

dsh plugin --profile web remove dsh-plugin-hotplug

Restart the profile after removal so the official inventory tab is restored from the Web bundle.

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit 877011db2f8f

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于