[PR #13871] [MERGED] cmd: rename ollama config to ollama launch #14428

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13871
Author: @ParthSareen
Created: 1/24/2026
Status: Merged
Merged: 1/24/2026
Merged by: @ParthSareen

Base: mainHead: parth/cmd-change-config-launch


📝 Commits (1)

  • 13d9dee cmd: rename ollama config to ollama launch

📊 Changes

4 files changed (+32 additions, -41 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)
📝 cmd/config/integrations.go (+20 -29)
📝 cmd/config/integrations_test.go (+10 -10)
📝 cmd/config/selector.go (+1 -1)

📄 Description

Changes the command from ollama config to ollama launch with new default behavior:

  • Default: select model(s) then launch immediately
  • --config flag: configure without auto-launching (old behavior)
  • Remove --launch flag (now redundant since launch is default)

This makes the command more intuitive - users typically want to launch an integration, not just configure it.


🔄 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/13871 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/cmd-change-config-launch` --- ### 📝 Commits (1) - [`13d9dee`](https://github.com/ollama/ollama/commit/13d9deef5751e5d91466f6d6ad46299a0bd6fe3e) cmd: rename ollama config to ollama launch ### 📊 Changes **4 files changed** (+32 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) 📝 `cmd/config/integrations.go` (+20 -29) 📝 `cmd/config/integrations_test.go` (+10 -10) 📝 `cmd/config/selector.go` (+1 -1) </details> ### 📄 Description Changes the command from `ollama config` to `ollama launch` with new default behavior: - Default: select model(s) then launch immediately - --config flag: configure without auto-launching (old behavior) - Remove --launch flag (now redundant since launch is default) This makes the command more intuitive - users typically want to launch an integration, not just configure it. --- <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:53:46 -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#14428