Skip to content

Commit 4f091aa

Browse files
BenBtgCopilot
andcommitted
fix(pi): repoint install_url to @earendil-works/pi-coding-agent (#3169)
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 b7e67f5 commit 4f091aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
- fix(pi): repoint install_url to @earendil-works/pi-coding-agent (#3169)
6+
57
## [0.11.9] - 2026-06-26
68

79
### Changed

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)