docs: update README for v2.3.9 — add Tavily search provider

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-12 09:06:08 -06:00
parent 19bfcd797c
commit 98d9b63894

View file

@ -200,7 +200,7 @@ Both terminals read and write the same `.gsd/` files on disk. Your decisions in
### First launch ### 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 ### Commands
@ -328,7 +328,7 @@ GSD ships with 13 extensions, all loaded automatically:
|-----------|-----------------| |-----------|-----------------|
| **GSD** | Core workflow engine, auto mode, commands, dashboard | | **GSD** | Core workflow engine, auto mode, commands, dashboard |
| **Browser Tools** | Playwright-based browser for UI verification | | **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 | | **Google Search** | Gemini-powered web search with AI-synthesized answers |
| **Context7** | Up-to-date library/framework documentation | | **Context7** | Up-to-date library/framework documentation |
| **Background Shell** | Long-running process management with readiness detection | | **Background Shell** | Long-running process management with readiness detection |
@ -388,6 +388,7 @@ gsd (CLI binary)
Optional: Optional:
- Brave Search API key (web research) - Brave Search API key (web research)
- Tavily API key (web research — alternative to Brave)
- Google Gemini API key (web research via Gemini Search grounding) - Google Gemini API key (web research via Gemini Search grounding)
- Context7 API key (library docs) - Context7 API key (library docs)
- Jina API key (page extraction) - Jina API key (page extraction)