cmd: ollama launch pi (#14084)

This commit is contained in:
Parth Sareen
2026-02-09 22:07:41 -05:00
committed by GitHub
parent aea316f1e9
commit 5ef04dab52
4 changed files with 1073 additions and 0 deletions

View File

@@ -102,6 +102,11 @@ func getOtherIntegrations() []menuItem {
description: "Open Open Code integration",
integration: "opencode",
},
{
title: "Launch Pi",
description: "Open Pi coding agent",
integration: "pi",
},
}
}