Fix model selector fuzzy search to match provider and support multi-token queries

This commit is contained in:
Mario Zechner 2025-12-15 18:05:32 +01:00
parent 7272eb9274
commit 3de8e0757d
3 changed files with 36 additions and 7 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Model selector fuzzy search now matches against provider name (not just model ID) and supports space-separated tokens where all tokens must match
## [0.21.0] - 2025-12-14
### Added