Bundle
dsh-plugin-catalog
DeepSeek Harness plugin: an enhanced Settings > Plugins catalog with third-party badges, mount-point aggregation, and bilingual descriptions you can edit.
- Source
- LuniteGlaze
- stars
- 1 stars
- License
- MIT
- Updated
- Updated yesterday
Readme
# dsh-plugin-catalog 把 DeepSeek Harness Web GUI 的 **设置 → 插件** 页升级为一本插件目录: 第三方徽标、挂载点聚合、中英文功能说明(可在线编辑)。 ## 功能 - 第三方徽标与头部计数(以 profile 依赖清单判定) - 挂载点聚合:一个插件一张卡,`×N 挂载` 徽标,展开查看每个挂载点的层级/状态 - 中英文功能说明:卡片标题行单行展示,悬停看全文,展开可编辑(模块级,持久化于 `$DSH_HOME/plugin-descriptions.json`) - 搜索(分词 AND、相关性排序、命中高亮)/ 快速筛选(全部/第三方/已启用/已停用)/ 排序(名称/第三方优先/状态优先) - 来源 profile 与 entryId 一键复制 说明功能与内置描述字典来自 [dsh-plugin-description](https://github.com/MysaDC/dsh-plugin-description)(MIT), 见 THIRD_PARTY_NOTICES.md。 ## 安装(推荐:GitHub Release) ```sh dsh plugin --profile web add https://github.com/LuniteGlaze/dsh-plugin-catalog/releases/latest/download/dsh-plugin-catalog.tgz # 重启 dsh web 生效 ``` 也可以从 git 安装(本仓库提交了构建产物 lib/,无需构建授权): ```sh 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。
Install
dsh plugin --profile web add github:LuniteGlaze/dsh-plugin-catalog
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-plugin-catalog from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.