AI Agent Hub
Back to plugins
🖥️

dsh-model-picker-search

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install honoriomelo/dsh-model-picker-search

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

Run dsh plugin install honoriomelo/dsh-model-picker-search in your DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/honoriomelo/dsh-model-picker-search .

About this plugin

Managing dozens or hundreds of models across multiple LLM providers makes the native DSH model picker painful to navigate. dsh-model-picker-search drops a live search box at the top of the picker menu; as you type, the list filters in real time by model ID, model name, and provider display name (case-insensitive substring) across every provider, so you find the model you want in seconds rather than scrolling.

Beyond search, the native two-level Model / Effort structure is fully preserved. Picking a model that supports reasoning effort still shows the full list of effort levels plus a Provider default option, and the selection stays in sync with the /model slash command because both surfaces read and write the same per-session ModelDirectory. All colors and spacing come from DSH theme tokens, so the picker follows light, dark, and brand overrides out of the box.

This plugin is a good fit for power users who juggle multiple providers and long model lists in the DSH Web GUI. It registers a single occupant on the conversation.input.model slot without modifying any DSH source code, and requires DSH 0.1.0-rc.8 or newer.

Use Cases

  • Finding a specific model quickly when the list spans multiple providers
  • Switching between models while adjusting reasoning effort levels
  • Keeping the composer picker and the /model slash command in a single synced state

Best For

  • DSH Web GUI users managing multiple LLM providers
  • Developers who switch models often and maintain long model lists
  • Plugin users who prefer native-consistent UX without patching DSH source code