[PR #13551] capitalized #60963

Open
opened 2026-04-29 16:03:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13551
Author: @UnkownHunter
Created: 12/23/2025
Status: 🔄 Open

Base: mainHead: cmd-branch


📝 Commits (1)

📊 Changes

10 files changed (+37 additions, -37 deletions)

View changed files

📝 api/client.go (+9 -9)
📝 api/types.go (+3 -3)
📝 cmd/cmd.go (+5 -5)
📝 cmd/interactive.go (+3 -3)
📝 cmd/start_darwin.go (+1 -1)
📝 cmd/start_default.go (+1 -1)
📝 cmd/start_windows.go (+2 -2)
📝 discover/runner.go (+1 -1)
📝 fs/ggml/type.go (+11 -11)
📝 harmony/harmonyparser.go (+1 -1)

📄 Description

Issue: #10165

  • Do not capitalize ollama in the CLI when it is not a command-line prompt
  • Capitalize ollama in non-CLI contexts across the codebase
  • No changes to CLI commands, critical phrases, or identifiers
  • No functional or behavioral changes introduced

🔄 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/13551 **Author:** [@UnkownHunter](https://github.com/UnkownHunter) **Created:** 12/23/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `cmd-branch` --- ### 📝 Commits (1) - [`1f9b1de`](https://github.com/ollama/ollama/commit/1f9b1debfce4452b15c8d1d760abff7f40f4fe3a) capitalized ### 📊 Changes **10 files changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `api/client.go` (+9 -9) 📝 `api/types.go` (+3 -3) 📝 `cmd/cmd.go` (+5 -5) 📝 `cmd/interactive.go` (+3 -3) 📝 `cmd/start_darwin.go` (+1 -1) 📝 `cmd/start_default.go` (+1 -1) 📝 `cmd/start_windows.go` (+2 -2) 📝 `discover/runner.go` (+1 -1) 📝 `fs/ggml/type.go` (+11 -11) 📝 `harmony/harmonyparser.go` (+1 -1) </details> ### 📄 Description Issue: #10165 - [x] Do not capitalize `ollama` in the CLI when it is not a command-line prompt - [x] Capitalize `ollama` in non-CLI contexts across the codebase - [x] No changes to CLI commands, critical phrases, or identifiers - [x] No functional or behavioral changes introduced --- <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-29 16:03:50 -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#60963