mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: update from settings to advanced settings (#2330)
This commit is contained in:
@@ -92,7 +92,7 @@ To configure your chosen provider or see available options, run `goose configure
|
|||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
**To update your LLM provider and API key:**
|
**To update your LLM provider and API key:**
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Next to `Models`, click `Browse`
|
3. Next to `Models`, click `Browse`
|
||||||
4. Click `Configure` in the upper right corner
|
4. Click `Configure` in the upper right corner
|
||||||
4. Press the `+` button next to the provider of your choice
|
4. Press the `+` button next to the provider of your choice
|
||||||
@@ -100,7 +100,7 @@ To configure your chosen provider or see available options, run `goose configure
|
|||||||
|
|
||||||
**To change provider model**
|
**To change provider model**
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Next to `Models`, click `Browse`
|
3. Next to `Models`, click `Browse`
|
||||||
4. Scroll down to `Add Model`
|
4. Scroll down to `Add Model`
|
||||||
5. Select a Provider from drop down menu
|
5. Select a Provider from drop down menu
|
||||||
@@ -183,7 +183,7 @@ Goose supports using custom OpenAI-compatible endpoints, which is particularly u
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Next to `Models`, click the `browse` link
|
3. Next to `Models`, click the `browse` link
|
||||||
4. Click the `configure` link in the upper right corner
|
4. Click the `configure` link in the upper right corner
|
||||||
5. Press the `+` button next to OpenAI
|
5. Press the `+` button next to OpenAI
|
||||||
@@ -453,7 +453,7 @@ ollama run michaelneale/deepseek-r1-goose
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
3. Click `...` in the top-right corner.
|
3. Click `...` in the top-right corner.
|
||||||
4. Navigate to `Settings` -> `Browse Models` -> and select `Ollama` from the list.
|
4. Navigate to `Advanced Settings` -> `Browse Models` -> and select `Ollama` from the list.
|
||||||
5. Enter `michaelneale/deepseek-r1-goose` for the model name.
|
5. Enter `michaelneale/deepseek-r1-goose` for the model name.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Here are the built-in extensions:
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the top right corner of the Goose Desktop.
|
1. Click `...` in the top right corner of the Goose Desktop.
|
||||||
2. Select `Settings` from the menu.
|
2. Select `Advanced Settings` from the menu.
|
||||||
3. Under `Extensions`, you can toggle the built-in extensions on or off.
|
3. Under `Extensions`, you can toggle the built-in extensions on or off.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
@@ -229,7 +229,7 @@ Note: Java and Kotlin extensions are only support on Linux and macOS
|
|||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
|
||||||
1. Click `...` in the top right corner of the Goose Desktop.
|
1. Click `...` in the top right corner of the Goose Desktop.
|
||||||
2. Select `Settings` from the menu.
|
2. Select `Advanced Settings` from the menu.
|
||||||
3. Under `Extensions`, click `Add custom extension`.
|
3. Under `Extensions`, click `Add custom extension`.
|
||||||
4. On the `Add custom extension` modal, enter the necessary details
|
4. On the `Add custom extension` modal, enter the necessary details
|
||||||
- If adding an environment variable, click `Add` button to the right of the variable
|
- If adding an environment variable, click `Add` button to the right of the variable
|
||||||
@@ -291,7 +291,7 @@ You can enable or disable installed extensions based on your workflow needs.
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click the three dots in the top-right corner of the application.
|
1. Click the three dots in the top-right corner of the application.
|
||||||
2. Select `Settings` from the menu, scroll down to the `Extensions` section.
|
2. Select `Advanced Settings` from the menu, scroll down to the `Extensions` section.
|
||||||
2. Use the toggle switch next to each extension to enable or disable it.
|
2. Use the toggle switch next to each extension to enable or disable it.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
@@ -330,7 +330,7 @@ You can remove installed extensions.
|
|||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
|
||||||
1. Click `...` in the top right corner of the Goose Desktop.
|
1. Click `...` in the top right corner of the Goose Desktop.
|
||||||
2. Select `Settings` from the menu.
|
2. Select `Advanced Settings` from the menu.
|
||||||
3. Under `Extensions`, find the extension you'd like to remove and click on the settings icon beside it.
|
3. Under `Extensions`, find the extension you'd like to remove and click on the settings icon beside it.
|
||||||
4. In the dialog that appears, click `Remove Extension`.
|
4. In the dialog that appears, click `Remove Extension`.
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ OpenRouter provides a unified interface for LLMs that allows you to select and s
|
|||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
|
||||||
1. Click on the three dots in the top-right corner.
|
1. Click on the three dots in the top-right corner.
|
||||||
2. Select `Settings` from the menu.
|
2. Select `Advanced Settings` from the menu.
|
||||||
3. Click on "Browse" in the `Models` section.
|
3. Click on "Browse" in the `Models` section.
|
||||||
4. Click on `Configure`
|
4. Click on `Configure`
|
||||||
5. Select `OpenRouter` from the list of available providers.
|
5. Select `OpenRouter` from the list of available providers.
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ Let Goose complete its tasks without interruption - avoid using your mouse or ke
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, toggle `Computer Controller` to on.
|
3. Under `Extensions`, toggle `Computer Controller` to on.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ The Developer extension is already enabled by default when Goose is installed.
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, toggle `Developer` to on.
|
3. Under `Extensions`, toggle `Developer` to on.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, click the `Add` link
|
3. Under `Extensions`, click the `Add` link
|
||||||
4. On the `Add Extension Manually` modal, enter the following:
|
4. On the `Add Extension Manually` modal, enter the following:
|
||||||
* **Type**: `Standard IO`
|
* **Type**: `Standard IO`
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ This tutorial covers how to enable and use the JetBrains MCP Server as a built-i
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, toggle `Jetbrains` to on.
|
3. Under `Extensions`, toggle `Jetbrains` to on.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, toggle `Memory` to on.
|
3. Under `Extensions`, toggle `Memory` to on.
|
||||||
4. Scroll to the top and click `Exit` from the upper left corner
|
4. Scroll to the top and click `Exit` from the upper left corner
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ goose configure
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
1. Click `...` in the upper right corner
|
1. Click `...` in the upper right corner
|
||||||
2. Click `Settings`
|
2. Click `Advanced Settings`
|
||||||
3. Under `Extensions`, toggle `Tutorial` to on.
|
3. Under `Extensions`, toggle `Tutorial` to on.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user