From 98d9b63894c13817bb64f15a37a0336571de4c2f Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Thu, 12 Mar 2026 09:06:08 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20for=20v2.3.9=20?= =?UTF-8?q?=E2=80=94=20add=20Tavily=20search=20provider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d5c4681..0d4397bf9 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Both terminals read and write the same `.gsd/` files on disk. Your decisions in ### First launch -On first run, GSD prompts for optional API keys (Brave Search, Google Gemini, Context7, Jina) for web research and documentation tools. All optional — press Enter to skip any. +On first run, GSD prompts for optional API keys (Brave Search, Google Gemini, Context7, Jina, Tavily) for web research and documentation tools. All optional — press Enter to skip any. ### Commands @@ -328,7 +328,7 @@ GSD ships with 13 extensions, all loaded automatically: |-----------|-----------------| | **GSD** | Core workflow engine, auto mode, commands, dashboard | | **Browser Tools** | Playwright-based browser for UI verification | -| **Search the Web** | Brave Search + Jina page extraction | +| **Search the Web** | Brave Search, Tavily, or Jina page extraction | | **Google Search** | Gemini-powered web search with AI-synthesized answers | | **Context7** | Up-to-date library/framework documentation | | **Background Shell** | Long-running process management with readiness detection | @@ -388,6 +388,7 @@ gsd (CLI binary) Optional: - Brave Search API key (web research) +- Tavily API key (web research — alternative to Brave) - Google Gemini API key (web research via Gemini Search grounding) - Context7 API key (library docs) - Jina API key (page extraction)