fix(coding-agent): prioritize provider matches in model selector

closes #5892
This commit is contained in:
Vegard Stikbakke
2026-06-19 12:25:02 +02:00
parent 47d1d90a8e
commit 373cd6ae52
3 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `/model` selector search to rank exact provider-prefixed matches before proxy-provider model ID matches ([#5892](https://github.com/earendil-works/pi/issues/5892)).
## [0.79.8] - 2026-06-19
### New Features