Skip to content
dsh.fish
Bundle

@nathan/dsh-model-list-search

Type-to-search filtering for DeepSeek Harness model selection lists

Source
nathannli
License
MIT
Updated
Updated 7 days ago

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; press `Escape` once to clear the query.
- Does not change model configuration or selection behavior.

## Install

```bash
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

```bash
pnpm test
```

Install

dsh plugin --profile web add github:nathannli/dsh-model-list-search

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source