Skip to content

Commit ac47178

Browse files
BenBtgCopilot
andauthored
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>
1 parent 5bdcb4a commit ac47178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run_command "npm install -g @jetbrains/junie-cli@latest"
5656
echo "✅ Done"
5757

5858
echo -e "\n🤖 Installing Pi Coding Agent..."
59-
run_command "npm install -g @mariozechner/pi-coding-agent@latest"
59+
run_command "npm install -g @earendil-works/pi-coding-agent@latest"
6060
echo "✅ Done"
6161

6262
echo -e "\n🤖 Installing Kiro CLI..."

src/specify_cli/integrations/pi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PiIntegration(MarkdownIntegration):
99
"name": "Pi Coding Agent",
1010
"folder": ".pi/",
1111
"commands_subdir": "prompts",
12-
"install_url": "https://www.npmjs.com/package/@mariozechner/pi-coding-agent",
12+
"install_url": "https://www.npmjs.com/package/@earendil-works/pi-coding-agent",
1313
"requires_cli": True,
1414
}
1515
registrar_config = {

0 commit comments

Comments
 (0)