[PR #12257] fix(cli): Capitalize Ollama in user-facing messages #24296

Open
opened 2026-04-19 17:30:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12257
Author: @Shiva-Prasad-Reddy-K
Created: 9/11/2025
Status: 🔄 Open

Base: mainHead: fix/cli-capitalization


📝 Commits (2)

  • 69a9eb1 fix(cli): Capitalize Ollama in user-facing messages
  • 7d817f2 feat: Omit default 'latest' tag in model name

📊 Changes

6 files changed (+60 additions, -53 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 cmd/cmd.go (+3 -2)
📝 cmd/interactive.go (+3 -3)
📝 server/routes_list_test.go (+47 -45)
📝 types/model/name.go (+5 -2)
📝 types/model/name_test.go (+1 -1)

📄 Description

Screenshot from 2025-09-12 01-34-22

I have gone through the CLI output and updated the following places:
*The serve command description in the main help text.
*The version output string.
*The exit message in interactive mode.
*The "couldn't connect to server" error message.
*The help text for the --help flag.


🔄 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/12257 **Author:** [@Shiva-Prasad-Reddy-K](https://github.com/Shiva-Prasad-Reddy-K) **Created:** 9/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/cli-capitalization` --- ### 📝 Commits (2) - [`69a9eb1`](https://github.com/ollama/ollama/commit/69a9eb13a170eb39ddb5f7c5523338887b0c327a) fix(cli): Capitalize Ollama in user-facing messages - [`7d817f2`](https://github.com/ollama/ollama/commit/7d817f21e42b0ca435fa5a8629dc2efa943b333f) feat: Omit default 'latest' tag in model name ### 📊 Changes **6 files changed** (+60 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `cmd/cmd.go` (+3 -2) 📝 `cmd/interactive.go` (+3 -3) 📝 `server/routes_list_test.go` (+47 -45) 📝 `types/model/name.go` (+5 -2) 📝 `types/model/name_test.go` (+1 -1) </details> ### 📄 Description <img width="927" height="678" alt="Screenshot from 2025-09-12 01-34-22" src="https://github.com/user-attachments/assets/9e0161c2-8b88-45c4-9eda-19573c0e5e75" /> I have gone through the CLI output and updated the following places: *The serve command description in the main help text. *The version output string. *The exit message in interactive mode. *The "couldn't connect to server" error message. *The help text for the --help flag. --- <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-19 17:30: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#24296