Release PY — scannable model picker
Added
- Model picker provider groups are now collapsible (#4279). Groups start collapsed except the one holding your selected model, so the picker opens as a tidy list of provider headings instead of a long flat scroll. Search auto-expands matching groups (and searches hidden overflow models); clearing restores the collapsed view. "Show more" is restyled as a distinct expander that reveals overflow in place (group stays open, scrolls to the new models). Redundant per-row provider chips under their own heading are removed. Builds on @akrhin's collapsible-groups work.
Fixed
- Non-model credential-pool keys no longer appear as phantom providers (#4324). Regression from #4247: the Photon iMessage plugin's messaging credentials (
photon/photon_project/photon_user) showed as three bogus providers each listing the full model catalog. Pool detection is now gated to known model providers. Reported by Nic; fix by @nesquena-hermes and independently @rodboev (#4329/#4330).