LuniteGlaze/dsh-plugin-catalog ↗★ 0
dsh-plugin-catalog
DeepSeek Harness plugin: an enhanced Settings > Plugins catalog with third-party badges, mount-point aggregation, and bilingual descriptions you can edit.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LuniteGlaze/dsh-plugin-catalog说明文档
阅读完整 README ↗dsh-plugin-catalog
把 DeepSeek Harness Web GUI 的 设置 → 插件 页升级为一本插件目录: 第三方徽标、挂载点聚合、中英文功能说明(可在线编辑)。
功能
- 第三方徽标与头部计数(以 profile 依赖清单判定)
- 挂载点聚合:一个插件一张卡,
×N 挂载徽标,展开查看每个挂载点的层级/状态 - 中英文功能说明:卡片标题行单行展示,悬停看全文,展开可编辑(模块级,持久化于
$DSH_HOME/plugin-descriptions.json) - 搜索(分词 AND、相关性排序、命中高亮)/ 快速筛选(全部/第三方/已启用/已停用)/ 排序(名称/第三方优先/状态优先)
- 来源 profile 与 entryId 一键复制
说明功能与内置描述字典来自 dsh-plugin-description(MIT), 见 THIRD_PARTY_NOTICES.md。
安装(推荐:GitHub Release)
dsh plugin --profile web add https://github.com/LuniteGlaze/dsh-plugin-catalog/releases/latest/download/dsh-plugin-catalog.tgz
# 重启 dsh web 生效
也可以从 git 安装(本仓库提交了构建产物 lib/,无需构建授权):
dsh plugin --profile web add github:LuniteGlaze/dsh-plugin-catalog
说明
- 本插件会禁用内置的「插件列表」标签页行;卸载后内置列表自动恢复
- 与同样接管「插件列表」tab 的插件(如 dsh-plugin-description)互斥,不建议同时安装
- 开发:TypeScript 源码在
src/,pnpm build构建,pnpm typecheck类型检查
License
MIT。描述字典与部分实现来自 dsh-plugin-description(MIT),见 THIRD_PARTY_NOTICES.md。