You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Generated with mux_
## Description
Changes the default model behavior from implicit (LRU-based) to explicit
user selection.
## Changes
- **Explicit Default**: Users can now star a model in the selector to
make it the default.
- **Persistence**: Default model is stored separately from the LRU list.
- **Safety**:
- Default model cannot be null (falls back to system default).
- Default model cannot be deleted from the list.
- Default status cannot be unset (only replaced by selecting a new
default).
- **UI**: Added star icon button to model selector rows.
## Testing
- Verified model selector UI interactions (star/unstar/delete).
- Checked persistence across reloads.
- Verified fallback behavior when no explicit default is set
(initially).
0 commit comments