DeepSeek Harness plugin

dsh-model-picker-search

Model picker with search and provider filters for DeepSeek Harness — replaces the composer model menu with a searchable, provider-filterable list.

Jump to install

Source facts

Repository
imdeniil/dsh-model-picker-search
Latest update
Aug 19, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/imdeniil/dsh-model-picker-search
Plugin: dsh-model-picker-search
Author: imdeniil

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-model-picker-search

Улучшенный выбор модели для DeepSeek Harness и DSH Desktop: в меню выбора модели появляются поисковая строка и фильтры по провайдеру.

English summary: a model picker upgrade for DeepSeek Harness — adds a search box and provider filter chips to the composer's model menu. If your catalog has hundreds of models (OpenRouter and other multi-model providers), you no longer scroll through them all: type a few letters or click a provider chip.

Что добавляется

Штатное меню «Модель / Размышления» заменяется расширенной версией:

  • Поиск — фильтрует модели по названию, ID, описанию и провайдеру (без учёта регистра), поле получает фокус автоматически при открытии; Esc очищает запрос
  • Фильтр по провайдеру — чипы со списком провайдеров каталога («Все» + по одному на провайдера); чип можно снять повторным кликом
  • Счётчик результатов — «Моделей: 21 из 278» при активном фильтре, ID модели показывается рядом с названием
  • Адаптивная высота — меню никогда не выходит за границы экрана: высота ограничивается доступным местом над полем ввода, списки прокручиваются внутри, ряд чипов провайдеров сворачивается в свою прокрутку
  • Поведение выбора модели/уровня размышлений полностью сохранено (тот же сервис modelDirectories, тот же путь записи)

Как это работает

Плагин регистрирует свою версию компонента в слот conversation.input.model с приоритетом −1: по правилам слотов DSH рендерится запись с наименьшим приоритетом, поэтому расширенное меню перекрывает штатное. Данные и выбор модели идут через тот же официальный per-session каталог моделей. Если компонент упадёт при рендере, слот автоматически «откажется» от него и вернётся штатное меню — сломать интерфейс плагин не может.

Локализация: встроенные словари ru / en / zh.

Установка

dsh plugin --profile web add github:imdeniil/dsh-model-picker-search
dsh plugin --profile desktop add github:imdeniil/dsh-model-picker-search   # для DSH Desktop

После установки перезапустите приложение (или dsh web).

Состав

  • lib/client.js — клиентский плагин: React-компонент, стили, словари, регистрация в слот
  • lib/index.js — пустая хост-часть (плагин полностью клиентский, переиспользует официальные сервисы)
  • cordis.patch.yml — слой композиции

Лицензия

MIT