fix(pi): repoint install_url to @earendil-works/pi-coding-agent (#3169) (#3214)

The @mariozechner/pi-coding-agent npm package is deprecated in favor of
@earendil-works/pi-coding-agent. Pi Coding Agent is still active under the
new org, so update the install_url rather than removing the integration.

Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Buttigieg
2026-06-29 17:25:38 +01:00
committed by GitHub
parent 5bdcb4ad14
commit ac47178f65
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ run_command "npm install -g @jetbrains/junie-cli@latest"
echo "✅ Done" echo "✅ Done"
echo -e "\n🤖 Installing Pi Coding Agent..." echo -e "\n🤖 Installing Pi Coding Agent..."
run_command "npm install -g @mariozechner/pi-coding-agent@latest" run_command "npm install -g @earendil-works/pi-coding-agent@latest"
echo "✅ Done" echo "✅ Done"
echo -e "\n🤖 Installing Kiro CLI..." echo -e "\n🤖 Installing Kiro CLI..."

View File

@@ -9,7 +9,7 @@ class PiIntegration(MarkdownIntegration):
"name": "Pi Coding Agent", "name": "Pi Coding Agent",
"folder": ".pi/", "folder": ".pi/",
"commands_subdir": "prompts", "commands_subdir": "prompts",
"install_url": "https://www.npmjs.com/package/@mariozechner/pi-coding-agent", "install_url": "https://www.npmjs.com/package/@earendil-works/pi-coding-agent",
"requires_cli": True, "requires_cli": True,
} }
registrar_config = { registrar_config = {