Update Pi links to the renamed repo and npm package - #2716
Open
gary149 wants to merge 1 commit into
Open
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Pierrci
approved these changes
Aug 19, 2026
| | Integration | Description | Resources | | ||
| | ------------------------------------------------------------------ | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | [Pi](https://github.com/badlogic/pi-mono) | Minimalist terminal-based coding assistant | [Getting started](./pi) | | ||
| | [Pi](https://github.com/earendil-works/pi) | Minimalist terminal-based coding assistant | [Getting started](./pi) | |
Member
There was a problem hiding this comment.
Suggested change
| | [Pi](https://github.com/earendil-works/pi) | Minimalist terminal-based coding assistant | [Getting started](./pi) | | |
| | [Pi](https://github.com/earendil-works/pi) | Minimalist terminal-based coding assistant | [Getting started](./pi) | |
just to preserve alignment in the markdown table columns :D
Member
There was a problem hiding this comment.
As an alternative, we could link to https://pi.dev, not sure what's better.
pcuenca
approved these changes
Aug 20, 2026
|
|
||
| ```bash | ||
| npm install -g @mariozechner/pi-coding-agent | ||
| npm install -g @earendil-works/pi-coding-agent |
Member
There was a problem hiding this comment.
They use --ignore-scripts in their npm install one-liner.
Also, should we recommend the curl installation command instead? (We may have discussed about this already, can't remember)
| | Integration | Description | Resources | | ||
| | ------------------------------------------------------------------ | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | [Pi](https://github.com/badlogic/pi-mono) | Minimalist terminal-based coding assistant | [Getting started](./pi) | | ||
| | [Pi](https://github.com/earendil-works/pi) | Minimalist terminal-based coding assistant | [Getting started](./pi) | |
Member
There was a problem hiding this comment.
As an alternative, we could link to https://pi.dev, not sure what's better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pi's GitHub repo was renamed from
badlogic/pi-monotoearendil-works/pi, and its npm package moved from@mariozechner/pi-coding-agent(now deprecated, frozen at 0.73.1) to@earendil-works/pi-coding-agent(currently 0.84.2).docs/hub/agents-local.md: install command now uses the new package namedocs/inference-providers/integrations/pi.mdandindex.md: repo links point tohttps://github.com/earendil-works/pidocs/hub/agent-traces.mdis left unchanged: it linksbadlogic/pi-share-hf, which was not part of the rename.Docs counterpart of huggingface/huggingface.js#2390.
Note
Low Risk
Documentation-only link and package name updates with no runtime or API changes.
Overview
Updates Hugging Face docs so Pi install and source links match the earendil-works rename.
docs/hub/agents-local.mdnow tells users to install@earendil-works/pi-coding-agentinstead of the deprecated@mariozechner/pi-coding-agent.docs/inference-providers/integrations/pi.mdandindex.md(overview table and Developer Tools list) now link tohttps://github.com/earendil-works/piinstead ofbadlogic/pi-mono. No setup or Inference Providers configuration text was changed beyond those URLs.Reviewed by Cursor Bugbot for commit 01e621a. Bugbot is set up for automated code reviews on this repo. Configure here.