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.

Lightweight Plugin Enhance — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

dsh-lightweight-plugin-enhance

Lightweight Plugin Enhance

轻量插件增强 for DeepSeek Harness: 区分官方/第三方插件,一键启用/停用第三方插件。Lightweight plugin enhance: official vs third-party classification and one-click toggles.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Feng-jsy/dsh-lightweight-plugin-enhance#dd8f0bf83095720f12d91ad862d68136525d662a
READMECompatibilityVersions

Compatibility and provenance

Lightweight Plugin Enhance is published as dsh-lightweight-plugin-enhance and currently resolves to version 0.1.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/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.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/20/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-lightweight-plugin-enhance

轻量插件增强(Lightweight plugin enhance)for DeepSeek Harness:在 Web 设置里区分官方插件与第三方插件,并对第三方插件一键启用/停用(写用户补丁层,配置 HMR 生效,无需重启)。

English | 中文

特性

  • 官方/第三方分类:官方 = @deepseek-ai 作用域(覆盖所有随附 profile bundle 与内置插件包)+ DSH 自有 Loader 内置(cordis:include 根组合条目、cordis:group);其余(用户 dsh plugin add 安装的)为第三方。
  • 分组与筛选:官方插件组 / 第三方插件组 + 实时计数;「全部 / 官方 / 第三方」分段筛选,与搜索框组合。
  • 一键开关(仅第三方):展开卡片可查看完整模块名与带标签的 Loader 条目 id;展开第三方插件卡片另有「启用 / 停用」。宿主经环回路由写 profile 用户补丁层 cordis.patch.yml(- id: X + disabled: true|false),纯配置 HMR 约 1 秒重组合,无需重启。
  • 基础设施受保护:官方行一律拒绝开关(宿主侧判定,无需维护模式列表);本插件自身也禁止开关(自保护,避免管理面板随开关一起消失)。
  • 零核心修改:数据来自官方 pluginInventory/list remote,分类在浏览器侧完成;开关走插件自有环回路由。DSH 核心保持原始纯净。

安装

要求:DSH ≥ 0.1.0-rc.6(web profile,含 dsh-host-plugin-inventory / dsh-client-modules / dsh-api-remotes)。

# 已发布到 npm 时:
dsh plugin --profile web add dsh-lightweight-plugin-enhance
# 或从 GitHub 直装:
dsh plugin --profile web add github:<owner>/dsh-lightweight-plugin-enhance
# 本地开发:
dsh plugin --profile web add file:/absolute/path/to/dsh-lightweight-plugin-enhance

然后重启 dsh 服务(宿主行经 bundle 层加入组合树,需重启一次),刷新页面 → 设置 → 插件 → 轻量插件增强。

之后插件自身迭代:宿主变更需再重启;仅客户端变更刷新页面即可。

给插件作者:GitHub 收录

想让社区索引站(如 dsh-plugin-hub 的自动收录)搜到本仓库,请在 GitHub 仓库设置中添加 Topic:

  • dsh-plugin —— 必打,社区插件的统一发现标签(索引站按此 topic 每 6 小时自动收录)。

开发

pnpm install
pnpm run build    # 产出 lib/index.js(宿主)+ lib/client.js(浏览器 ModuleLoader bundle)
pnpm test         # 宿主开关逻辑 + 浏览器组件测试

测试通过 vitest alias 解析 DSH 本地 checkout(vendor/cordis、vendor/loader、client/ui-primitives),可在 vitest.config.ts 中调整。

安全说明

  • /plugin-enhance/* 路由仅允许回环地址访问(127.0.0.1 / ::1)。
  • 开关只写用户补丁层 cordis.patch.yml,不执行任何代码、不触碰 bundle 层与 cordis.yml。
  • 官方/基础设施行无法通过本插件停用。

License

MIT