From 3d7ef1eec9e3ad0549972c0ae743d869312637f9 Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:01:13 +0200 Subject: [PATCH 1/2] chore(pi-fff): update install command Document npm installation for the pi extension pi install npm:@ff-labs/pi-fff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c4e871..19e3861b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The MCP server gives any agent a file search tool that is faster and more token- ### Install ```bash -pi extension add @ff-labs/pi-fff +pi install npm:@ff-labs/pi-fff ``` ### Modes From aac6f5b213f964952389179a665e31b242ef39a4 Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:01:33 +0000 Subject: [PATCH 2/2] chore: Update docs for - chore(pi-fff): update install command --- doc/fff.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fff.nvim.txt b/doc/fff.nvim.txt index 751ee1a2..4c143384 100644 --- a/doc/fff.nvim.txt +++ b/doc/fff.nvim.txt @@ -72,7 +72,7 @@ Pi agent extension ~ INSTALL ~ >bash - pi extension add @ff-labs/pi-fff + pi install npm:@ff-labs/pi-fff <