Allow toggling favorite models from the chat model picker #597
No reviewers
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus!597
Loading…
Reference in a new issue
No description provided.
Delete branch "vdmkenny/favorite-models"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chat picker already displayed favorites and shared the
odysseus-model-favoriteskey, but favorites could only be toggled from the side panel. This adds the toggle to the chat picker too.New:
Files:
static/js/modelPicker.js,static/style.css(.model-switch-fav).Testing
node --check static/js/modelPicker.js— passes.Merged via squash. Star toggle in model picker with proper click isolation, ARIA attributes, and touch-friendly hitbox. CSS layout improvements for long model names included.