What's new in v0.50.86
Added: Searchable model picker
The model dropdown now has a live search input. Type any part of a model name or ID to filter the list instantly — useful when you have dozens of models from multiple providers.
What works:
- Filter by display name (e.g. "haiku") or by model ID (e.g. "anthropic/claude")
- Provider group headers (Anthropic, GitHub Copilot, OpenAI Codex, OpenRouter) stay visible in filtered results
- Clear button (✕) resets search and restores the full list
- Escape key closes the dropdown
- "No models found" empty state when nothing matches
- i18n strings for EN, ES, and zh-CN
Thanks to @mmartial for the contribution!
What's Changed
- feat(ui): searchable model picker with provider group headers (PR #659 by @mmartial) by @nesquena-hermes in #675
Full Changelog: v0.50.85...v0.50.86