[PR #14299] [MERGED] cmd: ollama launch always show model picker #14608

Closed
opened 2026-04-13 00:59:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14299
Author: @ParthSareen
Created: 2/17/2026
Status: Merged
Merged: 2/17/2026
Merged by: @ParthSareen

Base: mainHead: parth-pick-every-time-launch


📝 Commits (3)

  • 1927f67 cmd/config: always show model picker for ollama launch
  • d7ad0b7 cmd/tui: pre-select current model in single selector
  • de94a19 cmd/config: skip picker when --model flag is provided

📊 Changes

5 files changed (+76 additions, -44 deletions)

View changed files

📝 cmd/cmd.go (+4 -4)
📝 cmd/config/claude.go (+1 -1)
📝 cmd/config/integrations.go (+19 -36)
📝 cmd/tui/selector.go (+16 -3)
📝 cmd/tui/selector_test.go (+36 -0)

📄 Description

Based on feedback, let's let the user pick the model each time on launch


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14299 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-pick-every-time-launch` --- ### 📝 Commits (3) - [`1927f67`](https://github.com/ollama/ollama/commit/1927f67f9eaf9cff6fc7af2d4b8a5a9d4e7f986a) cmd/config: always show model picker for ollama launch <app> - [`d7ad0b7`](https://github.com/ollama/ollama/commit/d7ad0b71a0803f3a507eb995f34654aa57a255ac) cmd/tui: pre-select current model in single selector - [`de94a19`](https://github.com/ollama/ollama/commit/de94a196f8c21a067abf11b372f8cfebf0597625) cmd/config: skip picker when --model flag is provided ### 📊 Changes **5 files changed** (+76 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+4 -4) 📝 `cmd/config/claude.go` (+1 -1) 📝 `cmd/config/integrations.go` (+19 -36) 📝 `cmd/tui/selector.go` (+16 -3) 📝 `cmd/tui/selector_test.go` (+36 -0) </details> ### 📄 Description Based on feedback, let's let the user pick the model each time on launch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:59:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14608