From d9a89d459ffc9670d58419e757edf610ec2e269a Mon Sep 17 00:00:00 2001 From: angiejones Date: Tue, 18 Feb 2025 11:52:56 -0600 Subject: [PATCH] docs: remove extension from CLI --- .../docs/getting-started/using-extensions.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/documentation/docs/getting-started/using-extensions.md b/documentation/docs/getting-started/using-extensions.md index 8886673f1..02b31845d 100644 --- a/documentation/docs/getting-started/using-extensions.md +++ b/documentation/docs/getting-started/using-extensions.md @@ -230,7 +230,28 @@ You can remove installed extensions. - To remove extensions, open `~/.config/goose/config.yaml` and delete the extensions. + :::info + To remove an extension, you must [disable](#enablingdisabling-extensions) it first. + ::: + + 1. Run the following command to open up Goose's configurations: + ```sh + goose configure + ``` + 2. Select `Remove` from the menu. Disabled extensions will be listed. + 3. Arrow down to the extension you want to remove. + 4. Press the `space bar` to select the extension. Solid means selected. + ``` + ┌ goose-configure + │ + ◇ What would you like to configure? + │ Remove Extension + │ + ◆ Select extensions to remove (note: you can only remove disabled extensions - use "space" to toggle and "enter" to submit) + │ ◼ fetch + └ + ``` + 5. Press Enter to save