DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-plugin-diraud

Plugin Diraud

按来源(官方与自行安装)审计 DeepSeek Harness 插件列表:提供 /plugin-audit 命令和 Web Settings 中的“来源”选项卡

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-diraud@0.9.2
README兼容性版本

兼容性与来源证明

Plugin Diraud 以 dsh-plugin-diraud 发布,当前版本为 0.9.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.9.2stable
2026/9/17
0.9.1stable
2026/8/28
0.9.0stable
2026/8/27
查看其余 6 个版本收起版本
0.8.3stable
2026/8/25
0.8.2stable
2026/8/25
0.8.1stable
2026/8/25
0.8.0stable
2026/8/20
0.7.1stable
2026/8/20
0.7.0stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.9.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
3.4 MB
文件数
52
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 3
周下载
112
安全扫描
✓ v0.9.2 扫描通过
最近提交
2026/9/17
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 security-access 分类下经过校验的插件。

Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。

README

dsh-plugin-diraud

English | 中文

A DeepSeek Harness (DSH) plugin-management enhancement: group the plugin list by source so you can tell official plugins apart from the ones you installed yourself at a glance.

Features

  • /plugin-audit command: lists the currently loaded plugins grouped by official / self-installed, with user / official / keyword filtering;
  • Self-installed plugin toggles (two surfaces):
    • Sidebar footer Plugin Catalog entry (icon button; click to open a panel): an enable/disable button on every self-installed card;
    • Composer: /plugin-audit disable|enable <keyword>;
    • Both persist to the profile's cordis.patch.yml (kept across restarts, reversible) and call ctx.loader.update for live effect (HMR-independent); official/builtin plugins are locked;
  • Plugin Catalog panel (sidebar footer entry, since v0.5):
    • Cards grouped by source with a source badge, installed version, entry id and description; a search box filters by module name / entry id and every section shows a live count; a retry button appears if the list fails to load;
    • Bilingual descriptions (v0.6): a built-in module-name → {zh, en} dictionary is consulted first so card descriptions follow the UI language, falling back to each package's own description;
    • GitHub link (v0.8): when a package's repository / homepage points to GitHub, the card shows a GitHub button that opens its full feature documentation (independent of the built-in "Plugin list" page);
  • Self-installed plugin updates (v0.6):
    • The npm registry is checked automatically when the panel opens; the top "Update" bar shows how many plugins are outdated, with Re-check and Update all buttons, and every registry-installed card has its own Update button plus a progress bar while running (pnpm add <pkg>@latest --config.minimumReleaseAge=0, corepack/npx fallback, live output);
    • GitHub plugin updates (v0.9): plugins installed from github: / git+ / git:// / git@ specs can be updated even without an npm package — branch/default-branch refs compare the locally-locked commit against the remote HEAD via git ls-remote, tag refs list all tags to find a newer stable tag; updates re-run pnpm add <original spec> (or the new tag spec); refs pinned to a specific commit are marked not auto-updatable;
    • Rename detection (v0.9.1): when an update leaves the old package name stale but a new package name now points to the same repository, the panel reports "repository renamed (old → new)" with the command to remove the old package, instead of a vague "actual version still not updated";
    • Build-script allowlist (v0.9.2): when pnpm add fails because an updated package needs to run build scripts but is not in pnpm-workspace.yaml's allowBuilds, the panel reads pnpm's suggested entry and appends it before retrying. Git-hosted plugins use the full name@git-url#commit form — pnpm 11 no longer matches bare package names for git dependencies (see pnpm#12367);
    • Updates are queued in a module-level store: clicks during a run merge into the next batch, two pnpm processes are never started concurrently, and the task keeps running (and stays observable) even if you close the panel;
    • Source-aware labeling: desktop-managed link: deps show "Updating with the desktop app" and local file: / workspace: deps show "Local plugin", so a pnpm exit code 0 is never misreported as an actual update; official/builtin plugins and this plugin itself (installed via link: to protect the dev chain) are locked;
  • Self-installed plugin uninstall (v0.6): every self-installed card has a red Uninstall button (right-most); it asks for confirmation, runs pnpm remove, disables the button while running, and refreshes the list afterwards. Non-self-installed packages and this plugin itself are rejected;

Screenshot

Sidebar footer Plugin Catalog entry (since v0.5) — click to open the panel: self-installed plugins grouped by origin, each card with an enable/disable toggle:

The top bar shows the update area (可更新: 1 = 1 update available, 重新检查 = re-check, 全部更新 = update all), followed by the search box and the grouped cards. Every card carries the enable/disable toggle, version, GitHub button, update status and uninstall button:

Plugin Catalog

Quick start

Prerequisites: pnpm, the dsh CLI.

# Install (recommended: from npm)
dsh plugin --profile web add dsh-plugin-diraud

# Or from the GitHub main branch
dsh plugin --profile web add https://github.com/tttwh/dsh-plugin-diraud/archive/refs/heads/main.tar.gz

Restart dsh web, then:

  • Type /plugin-audit in the composer, or
  • Click the Plugin Catalog entry at the sidebar footer.

Commands

CommandPurpose
/plugin-auditOverview: self-installed one-by-one + official count
/plugin-audit userSelf-installed only
/plugin-audit officialOfficial only (full list)
/plugin-audit <keyword>Filter by package / entry keyword
/plugin-audit disable <keyword>Disable a matching self-installed plugin (persisted)
/plugin-audit enable <keyword>Enable a matching self-installed plugin (persisted)
dsh plugin --profile web remove dsh-plugin-diraudUninstall

How toggles persist: disable/enable writes a - id: <raw config id> + disabled: true override into the profile's cordis.patch.yml (the user config layer). dsh watches that file (watchUserPatches), so the change applies live without a restart, survives restarts, and deleting the row restores the default.

Why the raw id (fixed in v0.4): loader entries carry a path-prefixed full id (include:ssh), but the patch layer matches each config row's own id field (ssh). Older versions wrote the prefixed id into the patch file, so the row was skipped at boot ("patch: entry not found") and the toggle was silently lost on restart. v0.4 writes the raw id, keeps the full id for ctx.loader.update, and cleans up legacy include:<id> rows.

Configuration

Origin is derived from the package scope by default; edge cases (e.g. a third-party package published under @deepseek-ai/) are overridden via extraUserPackages. Override this plugin's row in the profile's cordis.patch.yml:

- id: plugin-audit
  config:
    extraUserPackages:
      - '@deepseek-ai/dsh-my-fork'   # force-classify as self-installed

Repository layout

dsh-plugin-diraud/
  src/classify.ts        origin-classification pure function (single source of truth)
  src/patch.ts           cordis.patch.yml read/write (persist toggles)
  src/toggle.ts          shared toggle core (persist + ctx.loader.update)
  src/updates.ts         update core: semver compare, registry/git probe, pnpm exec (unit-testable)
  src/gitspec.ts         git-hosted dependency parsing + lockfile/ls-remote helpers (v0.9)
  src/metadata.ts        GitHub repository/homepage → canonical URL (v0.8)
  src/translations.ts    bilingual description dictionary (v0.6)
  src/render.ts          /plugin-audit output rendering (grouped view)
  src/contract.ts        typert wire contract (pluginAudit/toggle)
  src/typert.ts          host manifest registration
  src/runtime.ts         PluginAuditRuntime (@Remote toggle; executeToggle unit-tested)
  src/index.ts           host: /plugin-audit command + remote registration
  src/client/            Sidebar Plugin Catalog entry (React) + toggle buttons + client remote
  src/client/updateStore.ts  module-level update task store (queue + resume)
  build.mjs              esbuild build (host ESM + client bundle)
  cordis.patch.yml       profile bundle patch (inserts this plugin)
  demo/                  demo & verification scripts (real-profile output)

Docs

  • DESIGN.md — design rationale and source evidence (why a new tab instead of modifying the official one; classification rules and edge cases)

Related

  • deepseek-harness — DeepSeek Harness official repo (DSH itself)
  • omdsh-dev/community — community plugin submissions & collaboration hub

License

MIT · Copyright (c) 2025 tttwh