插件目录 / Developer / dsh-plugin-list-plus
dsh-plugin-list-plus
未验证 yibiner
功能简介
Trust-tiered, collapsible plugin list for DeepSeek Harness Web Settings.
未验证 — 尚未实测
Trust-tiered, collapsible plugin list for DeepSeek Harness Web Settings. 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-plugin-list-plus
An elevated Plugin list for DeepSeek Harness Web Settings — trust tiers, collapsible groups, and complete per-plugin detail. It adds a Plugin list Plus tab beside the official Plugin list tab, offering:
- Trust tiers — plugins are grouped into Official / Organization / Personal: the
@deepseek-aiscope andcordis:builtins are official, any other npm scope is an organization, and unscoped or local-file plugins are personal. - Collapsible groups — a dense tier folds from its header so the others stay in reach without scrolling.
- Full details — one card per plugin: display name, version, git commit, developer, description, license, homepage, repository, bundle patch, configuration status, and Cordis mount status.
- Search & sort — filter by name, description, developer, and other fields; each tier keeps a stable name order.
Install
# from the built tarball
dsh plugin --profile web add ./dsh-plugin-list-plus-0.1.0.tgz
# or from npm once published
dsh plugin --profile web add dsh-plugin-list-plus
Restart dsh web, then open Settings → Plugins → Plugin list Plus — a new tab beside the official Plugin list.
How it works
One package, two halves, and a self-registered data route:
- Node half (
src/index.ts, the packagemain): reads the Loader tree and installedpackage.jsonfiles, computes the trust-tiered snapshot, and serves it atGET /plugins/dsh-plugin-list-plus/list— an exact route, so it never shadows the plugin's own browser bundle under/plugins/<name>/client.js. - Browser half (
src/client/, the package./client): registers its own Plugin list tab (settings.plugins.tabidplus, order20) beside the official one and renders the enhanced list.
Because DeepSeek Harness has a tab-projection bug (ui-settings-plugins reads entries() instead of entriesOfSlot(), so shadowing the official tab would show a duplicate) and accepts no external changes to fix it, this plugin ships as a separate tab.
Development
pnpm install
pnpm run build # tsc (d.ts) + tsdown (lib/index.mjs + lib/client.js)
pnpm test # vitest (node half + browser half + components)
pnpm run typecheck # strict typecheck of src and tests
The browser half bundles to the harness client-bundle contract (window.__ModuleLoader__.load), resolving react, react/jsx-runtime, and @deepseek-ai/dsh-client-ui-primitives from the runtime module table.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-plugin-list-plus」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:yibiner/dsh-plugin-list-plus Headless(CLI)profile:
dsh plugin --profile headless add github:yibiner/dsh-plugin-list-plus 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
2026-08-26 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →