From dd3fd25a650d9d70423040d1565da93528e9af19 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:32:41 -0800 Subject: [PATCH] docs: type-to-search goose configure lists (#7371) --- documentation/docs/getting-started/providers.md | 4 ++-- documentation/docs/guides/goose-cli-commands.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/docs/getting-started/providers.md b/documentation/docs/getting-started/providers.md index 6af9286822..97c448f22d 100644 --- a/documentation/docs/getting-started/providers.md +++ b/documentation/docs/getting-started/providers.md @@ -168,7 +168,7 @@ To configure your chosen provider, see available options, or select a model, vis │ ○ goose Settings └ ``` - 3. Choose a model provider and press `Enter`. Use the arrow keys (↑/↓) to move through the options. + 3. Choose a model provider and press `Enter`. Use the arrow keys (↑/↓) to move through the options, or start typing to filter the list. ``` ┌ goose-configure @@ -526,7 +526,7 @@ Custom providers must use OpenAI, Anthropic, or Ollama compatible API formats. T └ ``` - 3. Select the custom provider you want to update and press `Enter`. Use the arrow keys (↑/↓) to move through the options. + 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. ```sh ┌ goose-configure diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index c893a75278..50d026632c 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -45,6 +45,10 @@ Configure goose settings - providers, extensions, etc. goose configure ``` +:::tip Type to Filter +When selecting from menus in `goose configure`, start typing to filter options in real-time. This works for lists of providers, extensions, and tools. +::: + --- #### info [options]