[PR #14084] [MERGED] cmd: ollama launch pi #61202

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14084
Author: @ParthSareen
Created: 2/5/2026
Status: Merged
Merged: 2/10/2026
Merged by: @ParthSareen

Base: mainHead: parth-launch-pi


📝 Commits (6)

  • 4eb84b8 cmd: add pi integration to ollama launch
  • 33de55a cmd: fix gofmt formatting in pi integration
  • 3830f90 cmd: add capability detection to pi model config
  • 8003f90 cmd: add tests for pi capability detection
  • bc02963 cmd: show pi in integration selector
  • 0a67c05 cmd: fix gofmt import ordering in pi

📊 Changes

4 files changed (+1073 additions, -0 deletions)

View changed files

📝 cmd/config/integrations.go (+1 -0)
cmd/config/pi.go (+237 -0)
cmd/config/pi_test.go (+830 -0)
📝 cmd/tui/tui.go (+5 -0)

📄 Description

Adds support for launching Pi (Pi Coding Agent) via ollama launch. Pi is a CLI tool distributed via npm that can use Ollama models.

Usage:
ollama launch pi
ollama launch pi --model glm-4.7-flash


🔄 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/14084 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-launch-pi` --- ### 📝 Commits (6) - [`4eb84b8`](https://github.com/ollama/ollama/commit/4eb84b8f7e78a979b0b544711320e2f5c0c5d862) cmd: add pi integration to ollama launch - [`33de55a`](https://github.com/ollama/ollama/commit/33de55a6fd2af42db1f6c8a8b2942611893328c0) cmd: fix gofmt formatting in pi integration - [`3830f90`](https://github.com/ollama/ollama/commit/3830f9060a55f5f7c4e8481b8d14d285f8fcbf4f) cmd: add capability detection to pi model config - [`8003f90`](https://github.com/ollama/ollama/commit/8003f90d9b9eb7abc2a5b1ca23f52bb67cce4390) cmd: add tests for pi capability detection - [`bc02963`](https://github.com/ollama/ollama/commit/bc02963c046ab27816eb001b033217d2df125cbd) cmd: show pi in integration selector - [`0a67c05`](https://github.com/ollama/ollama/commit/0a67c05a862dd15d21b20b962f8f8a7c63e0fadd) cmd: fix gofmt import ordering in pi ### 📊 Changes **4 files changed** (+1073 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/config/integrations.go` (+1 -0) ➕ `cmd/config/pi.go` (+237 -0) ➕ `cmd/config/pi_test.go` (+830 -0) 📝 `cmd/tui/tui.go` (+5 -0) </details> ### 📄 Description Adds support for launching Pi (Pi Coding Agent) via ollama launch. Pi is a CLI tool distributed via npm that can use Ollama models. Usage: ollama launch pi ollama launch pi --model glm-4.7-flash --- <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:16: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#61202