[PR #15723] [MERGED] launch: add kimi cli integration with installer flow #41151

Closed
opened 2026-04-23 01:52:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15723
Author: @ParthSareen
Created: 4/20/2026
Status: Merged
Merged: 4/20/2026
Merged by: @ParthSareen

Base: mainHead: parth-kimi-cli


📝 Commits (3)

  • 1222a4e launch: add kimi cli integration with installer flow
  • e2b28f0 launch: improve kimi install path discovery
  • 84f7774 launch: use connectable host for kimi base url

📊 Changes

7 files changed (+995 additions, -1 deletions)

View changed files

📝 cmd/launch/command_test.go (+3 -0)
📝 cmd/launch/integrations_test.go (+11 -1)
cmd/launch/kimi.go (+315 -0)
cmd/launch/kimi_test.go (+636 -0)
📝 cmd/launch/launch.go (+1 -0)
📝 cmd/launch/registry.go (+17 -0)
📝 cmd/launch/runner_exec_only_test.go (+12 -0)

📄 Description

Adds the kimi cli to ollama launch. Use with ollama launch kimi


🔄 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/15723 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-kimi-cli` --- ### 📝 Commits (3) - [`1222a4e`](https://github.com/ollama/ollama/commit/1222a4effddf8abcd23d8fd2abc4001f588d2b0f) launch: add kimi cli integration with installer flow - [`e2b28f0`](https://github.com/ollama/ollama/commit/e2b28f02f8b943cccccf5556c84bcfe1f21da4ae) launch: improve kimi install path discovery - [`84f7774`](https://github.com/ollama/ollama/commit/84f77740ef56f1759cb9a5a81bc6a4412c1f94a2) launch: use connectable host for kimi base url ### 📊 Changes **7 files changed** (+995 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/launch/command_test.go` (+3 -0) 📝 `cmd/launch/integrations_test.go` (+11 -1) ➕ `cmd/launch/kimi.go` (+315 -0) ➕ `cmd/launch/kimi_test.go` (+636 -0) 📝 `cmd/launch/launch.go` (+1 -0) 📝 `cmd/launch/registry.go` (+17 -0) 📝 `cmd/launch/runner_exec_only_test.go` (+12 -0) </details> ### 📄 Description Adds the kimi cli to ollama launch. Use with `ollama launch kimi` --- <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-23 01:52:34 -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#41151