feat(KB-080): add combined model dropdown with combobox component

- Create new combobox component for model/provider selection
- Refactor ModelSelectorTab to use combined dropdown UI
- Add scrollIntoView null check for test environment compatibility
- Add changeset for combined model dropdown feature
- Clean up obsolete changeset and subtask-related code
This commit is contained in:
gsxdsm
2026-03-29 22:26:10 -07:00
parent 86efb14947
commit ebdfe703d8
4 changed files with 859 additions and 288 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Improved model selector UX with combined dropdown and text entry for easier filtering and selection.