Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:a1073097082/dsh-model-search
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Searchable model filtering for the DeepSeek Harness model selector.
Open the model selector and search by provider name, model name, or model ID. Search terms are case-insensitive; spaces act as wildcards, so GPT 6 matches GPT-5.6 and GPT-6.
Install
From the plugin market or npm:
dsh plugin --profile web add dsh-model-search
Directly from GitHub:
dsh plugin --profile web add github:a1073097082/dsh-model-search
Refresh the Harness page after installation. The plugin is a client-only overlay and does not change model routing or credentials.
License
MIT
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2622
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
ccch1mneyyy/dsh-TUI★ 1231
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 1198
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
omdsh-dev/dsh-at-file★ 214
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 159
A terminal UI (TUI) for DeepSeek Harness.
Nagi-ovo/dsh-visualize★ 114
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.