@sanity-labs/nuum 0.5.4 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +7 -1
  2. package/dist/index.js +12740 -12489
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -236,7 +236,13 @@ Reflection searches the full conversation history (via FTS5 full-text search) an
236
236
  # Required
237
237
  ANTHROPIC_API_KEY=your-key-here
238
238
 
239
- # Optional (defaults shown)
239
+ # Optional Web Search
240
+ BRAVE_SEARCH_API_KEY=your-key # Brave Search API (recommended)
241
+ # Get a free key at https://brave.com/search/api/
242
+ # Without this, falls back to DuckDuckGo HTML scraping
243
+ # (unreliable from cloud/container IPs)
244
+
245
+ # Optional — Model Selection (defaults shown)
240
246
  AGENT_MODEL_REASONING=claude-opus-4-6
241
247
  AGENT_MODEL_WORKHORSE=claude-sonnet-4-5-20250929
242
248
  AGENT_MODEL_FAST=claude-haiku-4-5-20251001