mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
docs: switching Goose Desktop and Goose CLI tabs (#2384)
This commit is contained in:
parent
2dc2301fa4
commit
8f7fe26461
38 changed files with 552 additions and 556 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue