From d8f0d9a20e8cc9dc45d9ffb5ff0793c429a5ce4e Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Thu, 26 Feb 2026 10:01:59 +0530 Subject: [PATCH 1/2] docs: update developer docs to link local extension without installing --- DEVELOPER.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index ab9d189..b79ef5a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -38,16 +38,16 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th ``` Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`). -3. **Install the Extension Locally:** Use the Gemini CLI to install the +3. **Link the Extension Locally:** Use the Gemini CLI to install the extension from your local directory. ```bash - gemini extensions install . + gemini extensions link . gemini extensions link . ``` - The CLI will prompt you to confirm the installation. Accept it to proceed. + The CLI will prompt you to confirm the linking. Accept it to proceed. -4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`). +4. **Testing Changes:** After linking, start the Gemini CLI (`gemini`). You can now interact with the `postgres` tools to manually test your changes against your connected database. From 9ebbc0c6fb4a4ed242703892937c291e48416ea7 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:06:46 +0530 Subject: [PATCH 2/2] Update DEVELOPER.md --- DEVELOPER.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index b79ef5a..d9a5d8b 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -43,7 +43,6 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th ```bash gemini extensions link . - gemini extensions link . ``` The CLI will prompt you to confirm the linking. Accept it to proceed.