a1073097082/dsh-model-search0

dsh-model-search

为 DeepSeek Harness 模型选择器添加可搜索的过滤功能。

AI 分析

核心用途是为模型选择器提供搜索过滤。适合配置了大量模型、需要通过服务商或模型名称快速检索并切换模型的 DSH Web 用户。

包名
dsh-model-search
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:a1073097082/dsh-model-search

dsh-model-search

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