w2112515/dsh-plugin-marketplace
w2112515★ 1TypeScript最后同步: 2026-08-15
Out-of-tree installable plugin marketplace bundle for DeepSeek Harness
README 摘要
DSH Plugin Marketplace An out-of-tree, installable DeepSeek Harness bundle : a plugin marketplace living inside DSH's own Settings UI. It is not part of the official DSH repository, requires no changes to DSH source code, and is not a standalone web product. Once installed into the web profile, DSH's Host Loader mounts the marketplace Host plugin, and the package's declared dsh.client browser entry registers itself under Settings → Plugins → Marketplace . The UI is bilingual — it follows DSH's display language automatically (中文 / English). How it works - Distribution unit : one npm/Git/tarball package declaring dsh.bundle.patch . - Host : downloads and strictly validates the central static catalog (schema + integrity digest), keeps a last-known-good cache, and owns review and mutation of the current profile. - Client : a settings.plugins.tab Slot contribution providing search, filters, detail pages, risk signals, review confirmation, and solution packs. - Host/Client channel : a package-private, same-origin /api/plugin-marketplace JSON API. DSH's static Typert Remote manifest is untouched. - Catalog production : a daily GitHub Actions scan of repositories carrying the dsh-plugin to…
在 GitHub 查看完整 README →