Skip to content

Update Pi links to the renamed repo and npm package - #2716

Open
gary149 wants to merge 1 commit into
mainfrom
update-pi-links
Open

Update Pi links to the renamed repo and npm package#2716
gary149 wants to merge 1 commit into
mainfrom
update-pi-links

Conversation

@gary149

@gary149 gary149 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Pi's GitHub repo was renamed from badlogic/pi-mono to earendil-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 name
  • docs/inference-providers/integrations/pi.md and index.md: repo links point to https://github.com/earendil-works/pi

docs/hub/agent-traces.md is left unchanged: it links badlogic/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.md now tells users to install @earendil-works/pi-coding-agent instead of the deprecated @mariozechner/pi-coding-agent.

docs/inference-providers/integrations/pi.md and index.md (overview table and Developer Tools list) now link to https://github.com/earendil-works/pi instead of badlogic/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.

@HuggingFaceDocBuilderDev

HuggingFaceDocBuilderDev commented Aug 19, 2026

Copy link
Copy Markdown

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.

| 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) |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an alternative, we could link to https://pi.dev, not sure what's better.

Comment thread docs/hub/agents-local.md

```bash
npm install -g @mariozechner/pi-coding-agent
npm install -g @earendil-works/pi-coding-agent

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an alternative, we could link to https://pi.dev, not sure what's better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants