Skip to content

Commit dd3fd25

Browse files
docs: type-to-search goose configure lists (#7371)
1 parent ec89e62 commit dd3fd25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

documentation/docs/getting-started/providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To configure your chosen provider, see available options, or select a model, vis
168168
│ ○ goose Settings
169169
170170
```
171-
3. Choose a model provider and press `Enter`. Use the arrow keys (↑/↓) to move through the options.
171+
3. Choose a model provider and press `Enter`. Use the arrow keys (↑/↓) to move through the options, or start typing to filter the list.
172172

173173
```
174174
┌ goose-configure
@@ -526,7 +526,7 @@ Custom providers must use OpenAI, Anthropic, or Ollama compatible API formats. T
526526
527527
```
528528

529-
3. Select the custom provider you want to update and press `Enter`. Use the arrow keys (↑/↓) to move through the options.
529+
3. Select the custom provider you want to update and press `Enter`. Use the arrow keys (↑/↓) to move through the options, or start typing to filter the list.
530530

531531
```sh
532532
┌ goose-configure

documentation/docs/guides/goose-cli-commands.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Configure goose settings - providers, extensions, etc.
4545
goose configure
4646
```
4747

48+
:::tip Type to Filter
49+
When selecting from menus in `goose configure`, start typing to filter options in real-time. This works for lists of providers, extensions, and tools.
50+
:::
51+
4852
---
4953

5054
#### info [options]

0 commit comments

Comments
 (0)