Skip to content

v0.15.0

Choose a tag to compare

@nicobailon nicobailon released this 28 Jul 06:40

Added

  • Added openaiResponsesUrl for routing OpenAI web_search and source_check calls through third-party Responses-compatible gateways while keeping the official OpenAI endpoint as the default. Thanks The Loki (@the-loki) for issue #174.
  • Added provider: "all" to search every available provider except AnySearch simultaneously, render one independently selectable Curator card per provider before the final summary, deduplicate sources and inline content, and preserve partial successes with per-provider diagnostics. Thanks José Antonio Galiano Sandoval (@jagaliano) for PR #173.
  • Added TinyFish as a first-class search and extraction provider with tinyfishApiKey / TINYFISH_API_KEY credentials, domain and recency filters, paginated result counts, batched inline content, ordered routing, curator selection, and a hosted fetch_content fallback before Parallel. Thanks José Antonio Galiano Sandoval (@jagaliano) for PR #172.