[PR #6353] fix(tui): improve model selection dialog #11852

Closed
opened 2026-02-16 18:16:47 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6353

State: closed
Merged: No


Summary

  • Auto-open OAuth URLs in browser when auth dialogs mount (no more clicking)
  • Show all models in provider section (not filtered by recents anymore)
  • Add date/latest suffix disambiguation to model names (e.g., "Claude Opus 4.5 (latest)" vs "Claude Opus 4.5 (20251101)")
  • Add ctrl+l toggle to filter between latest-only and all model versions (defaults to latest-only)
  • Remove providerID filtering after OAuth to show all connected provider models

Test plan

  • Connect a provider via OAuth and verify URL auto-opens in browser
  • After connecting, verify all provider models appear in model list
  • Verify models show "(latest)" or "(YYYYMMDD)" suffix for disambiguation
  • Press ctrl+l in model selector to toggle between latest-only and all versions
  • Verify recent models still appear in Recent section AND provider section

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6353 **State:** closed **Merged:** No --- ## Summary - Auto-open OAuth URLs in browser when auth dialogs mount (no more clicking) - Show all models in provider section (not filtered by recents anymore) - Add date/latest suffix disambiguation to model names (e.g., "Claude Opus 4.5 (latest)" vs "Claude Opus 4.5 (20251101)") - Add `ctrl+l` toggle to filter between latest-only and all model versions (defaults to latest-only) - Remove providerID filtering after OAuth to show all connected provider models ## Test plan - [ ] Connect a provider via OAuth and verify URL auto-opens in browser - [ ] After connecting, verify all provider models appear in model list - [ ] Verify models show "(latest)" or "(YYYYMMDD)" suffix for disambiguation - [ ] Press `ctrl+l` in model selector to toggle between latest-only and all versions - [ ] Verify recent models still appear in Recent section AND provider section 🤖 Generated with [Claude Code](https://claude.com/claude-code)
yindo added the pull-request label 2026-02-16 18:16:47 -05:00
yindo closed this issue 2026-02-16 18:16:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11852