mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
* feat: show custom model ID as first option in model selector When typing in the model dropdown, the user's exact input now appears as the first selectable row, followed by fuzzy search suggestions. This makes entering custom model IDs intuitive — previously the option was hidden behind a zero-results-only Enter shortcut that fuzzy search almost always prevented. * fix: correct is_custom_model flag and prevent duplicate analytics events - Use modelInfoList check instead of hardcoding is_custom_model: true in the Enter key handler - Add stopPropagation to prevent cmdk's root keydown handler from also firing onSelect, which caused duplicate MODEL_SELECTED_EVENT emissions