Skip to content
dsh.fish
Bundle

@liustack/dsh-plugin-inventory-groups

Group the DeepSeek Harness plugin inventory into official vs user-installed plugins, so user-installed plugins stay easy to find and control

Source
Mamihlapinatapaiooo
License
MIT
Updated
Updated 7 days ago

Readme

# dsh-plugin-inventory-groups

[English](./README.en.md) | 中文

给 DeepSeek Harness(dsh)的「插件列表」加分组:把**官方插件**(`@deepseek-ai/*` 和 `cordis:` 框架内置)与**自装插件**(第三方)分开显示,方便快速定位和管理自己安装的插件。

## 安装

```sh
dsh plugin --profile web add git+https://github.com/Mamihlapinatapaiooo/dsh-plugin-inventory-groups.git
```

装完后重启 dsh web 即可。

## 卸载

```sh
dsh plugin --profile web remove @liustack/dsh-plugin-inventory-groups
```

卸载后官方「插件列表」tab 原样恢复,不残留任何改动。

## 效果

设置 → 插件 →「插件列表」会分成两组:

- **自装插件**:你自己安装的第三方插件(放在前面,方便控制)
- **官方插件**:`@deepseek-ai/*` 内置 + `cordis:` 框架内置(放在后面)

## 原理

通过 dsh 的 cordis bundle patch 禁用官方只读的插件清单 tab,再插入自己的分组版 tab,复用官方 `pluginInventory` 远程服务,不修改 dsh 任何源码。

Install

dsh plugin --profile web add github:Mamihlapinatapaiooo/dsh-plugin-inventory-groups

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source