dsh-plugin-inventory-groups
English | 中文
Groups the "Plugin list" in DeepSeek Harness (dsh): separates official plugins (@deepseek-ai/* and cordis: builtins) from user-installed plugins (third-party), so third-party plugins are easy to find and manage.
Install
dsh plugin --profile web add git+https://github.com/Mamihlapinatapaiooo/dsh-plugin-inventory-groups.gitRestart dsh web after installation.
Uninstall
dsh plugin --profile web remove @liustack/dsh-plugin-inventory-groupsThe built-in "Plugin list" tab is restored as-is after uninstall, with no leftover changes.
What it does
Settings → Plugins → "Plugin list" is split into two groups:
- User-installed plugins: third-party plugins you installed yourself (shown first, easier to control)
- Official plugins:
@deepseek-ai/*built-ins +cordis:framework built-ins (shown after)
How it works
Uses a dsh cordis bundle patch to disable the official read-only plugin inventory tab, then inserts its own grouped tab. It reuses the official pluginInventory remote service and does not modify any dsh source code.