AI Agent Hub
Back to plugins
🖥️

dsh-model-accordion

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install lakabuji-arch/dsh-model-accordion

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lakabuji-arch/dsh-model-accordion in the DeepSeek Harness terminal, or clone the repository from https://github.com/lakabuji-arch/dsh-model-accordion and load it as a persistent profile bundle via the dsh.plugin.yaml manifest, then refresh the Web UI to activate.

About this plugin

Before this plugin, the DeepSeek Harness Web composer offered only a flat model seat that quickly becomes unwieldy once multiple providers and mirror routes are registered. dsh-model-accordion replaces that single seat with a provider-grouped, folded selector: every group starts collapsed, models appear only on demand, and the popup stays height-bounded with an internal scroll area so the UI never balloons as your catalog grows.

Instead of hard-coding a list of reasoning-effort options, the plugin reads each model resolved catalog metadata from the DSH model-directory service and submits the exact provider, model, and effort tuple through that shared service. Vision-router mirror providers are grouped into a single collapsed section to avoid duplicating every mirror in the main list. If a session contains images but the selected model does not declare image input, the DSH host still rejects the choice based on its own capability rules, independent of this UI layer.

The plugin is styled entirely with DSH semantic theme tokens and adapts seamlessly to light and dark mode. It is designed for developers and teams running DeepSeek Harness Web 0.1.0-rc.8 or later who have registered multiple model providers and want a manageable, collapsible model-selection experience in place of a single ever-growing dropdown.

Use Cases

  • Managing a long model dropdown across multiple providers in the DSH Web composer
  • Separating vision-router mirror providers from the main provider list
  • Keeping the selector visually consistent with DSH light and dark theme switches

Best For

  • Developers running multiple model providers in the DeepSeek Harness Web composer
  • Teams that prefer a collapsible, provider-grouped selector over a flat list
  • Plugin developers building UI on DSH semantic theme tokens