mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
docs: switching Goose Desktop and Goose CLI tabs (#2384)
This commit is contained in:
@@ -18,7 +18,13 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
|
||||
1. Ensure extension is enabled:
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="cli" label="Goose CLI" default>
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, toggle `Memory` to on.
|
||||
4. Scroll to the top and click `Exit` from the upper left corner
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
|
||||
1. Run the `configure` command:
|
||||
```sh
|
||||
@@ -82,12 +88,6 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
|
||||
└ Enabled Memory extension
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, toggle `Memory` to on.
|
||||
4. Scroll to the top and click `Exit` from the upper left corner
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Why Use Memory?
|
||||
@@ -125,7 +125,10 @@ If you frequently work with API standards or other structured knowledge, Goose m
|
||||
:::
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="cli" label="Goose CLI" default>
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
1. Open a new session in Goose Desktop
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
|
||||
1. Open a terminal and start a new Goose session:
|
||||
|
||||
@@ -134,9 +137,6 @@ If you frequently work with API standards or other structured knowledge, Goose m
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
1. Open a new session in Goose Desktop
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
### Step 1: Teach Goose Your API Standards
|
||||
|
||||
Reference in New Issue
Block a user