[PR #15118] [MERGED] launch: auto-install pi and manage web-search lifecycle #15035

Closed
opened 2026-04-13 01:08:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15118
Author: @ParthSareen
Created: 3/28/2026
Status: Merged
Merged: 3/28/2026
Merged by: @ParthSareen

Base: mainHead: parth-pi-installer


📝 Commits (1)

  • b9b8e2b launch: auto-install pi and manage web-search lifecycle

📊 Changes

7 files changed (+547 additions, -4 deletions)

View changed files

📝 cmd/launch/integrations_test.go (+25 -0)
📝 cmd/launch/launch_test.go (+34 -0)
📝 cmd/launch/pi.go (+134 -3)
📝 cmd/launch/pi_test.go (+335 -0)
📝 cmd/launch/registry.go (+5 -1)
📝 cmd/launch/runner_exec_only_test.go (+3 -0)
📝 docs/integrations/pi.mdx (+11 -0)

📄 Description

  • auto install pi with npm
  • cloud guard
  • install ollama's web search

🔄 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/15118 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/28/2026 **Status:** ✅ Merged **Merged:** 3/28/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-pi-installer` --- ### 📝 Commits (1) - [`b9b8e2b`](https://github.com/ollama/ollama/commit/b9b8e2b2036771a3b89aa8e204449917577d2db6) launch: auto-install pi and manage web-search lifecycle ### 📊 Changes **7 files changed** (+547 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/launch/integrations_test.go` (+25 -0) 📝 `cmd/launch/launch_test.go` (+34 -0) 📝 `cmd/launch/pi.go` (+134 -3) 📝 `cmd/launch/pi_test.go` (+335 -0) 📝 `cmd/launch/registry.go` (+5 -1) 📝 `cmd/launch/runner_exec_only_test.go` (+3 -0) 📝 `docs/integrations/pi.mdx` (+11 -0) </details> ### 📄 Description - auto install pi with npm - cloud guard - install ollama's web search --- <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 01:08:57 -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#15035