Skip to content
dsh-market Browse plugins GitHub 中文

a1073097082/dsh-model-search

Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.

Stars ★ 2 Category UI Enhancements Listed 2026-08-15

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:a1073097082/dsh-model-search

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

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

Content from the project README on GitHub ↗