yibiner/dsh-plugin-list-plus
yibiner★ 0TypeScript最后同步: 2026-08-16
Trust-tiered, collapsible plugin list for DeepSeek Harness Web Settings.
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-ai scope and cordis: 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 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 package main ): reads the Loader tree and installed package.json files, computes the trust-tiered snapshot, and serves i…
在 GitHub 查看完整 README →