H
dsh-plugins
heoo0124/dsh-plugins
A Models settings companion page listing every model's input modalities in one place, editable for both LLM adapter families
安装
dsh plugin --profile web add github:heoo0124/dsh-pluginsREADME
dsh-plugins
Community plugins for DeepSeek Harness (dsh).
Each directory under plugins/ is one installable plugin package. Install any of them into a profile:
# from this repository root (local path install)
dsh plugin --profile web add ./plugins/model-modalities
# or once published to npm
dsh plugin --profile web add dsh-plugin-model-modalities
Plugins
| Directory | Package | Description |
|---|---|---|
plugins/model-modalities | dsh-plugin-model-modalities | Models settings companion page listing every model's input modalities, editable for both LLM adapter families |
Development
pnpm install
pnpm --filter dsh-plugin-model-modalities run build # emits index.js / invariant.js / client.js
pnpm --filter dsh-plugin-model-modalities run typecheck
A plugin is a dsh.bundle-declaring package: its cordis.patch.yml inserts one Loader row and its dsh.client manifest hands the browser half to the web module graph.