nathannli/dsh-model-list-search ↗★ 0
@nathan/dsh-model-list-search
为 DeepSeek Harness 模型选择列表提供输入即搜索的过滤功能插件。
AI 分析
核心用途是为模型选择器添加搜索框。适合配置了较多模型、希望通过键入名称快速过滤和定位目标模型的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nathannli/dsh-model-list-search說明文件
閱讀完整 README ↗dsh-model-list-search
A client-only DeepSeek Harness plugin that adds a Search models… field to the composer model picker.
Behavior
- Focuses the search field when the picker opens to its model list.
- Filters model names and descriptions as you type, case-insensitively.
- Preserves provider headings only when they contain a matching model.
- Press
/to focus search; pressEscapeonce to clear the query. - Does not change model configuration or selection behavior.
Install
dsh plugin --profile web add /Users/nathan/dsh-plugins/dsh-model-list-search
Restart DSH Desktop after installation. Then open the composer model picker, choose Model, and start typing.
Test
pnpm test