Skip to content

v0.24.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 21:30
· 16 commits to main since this release

Fix: web search results now include full page context, not just title/URL/snippet.

  • Tavily: requests search_depth: "advanced" + include_raw_content, returning cleaned page text per result. The POST now goes through an external curl when available — Tavily serves a degraded pipeline (opaque redirect URLs, no page content) to rustls clients based on TLS fingerprint.
  • Brave: switched to the LLM Context endpoint (/res/v1/llm/context), which returns pre-extracted page content built for LLM grounding (included in every Search plan, same key).
  • Page content is truncated to 3000 chars per result before being fed back to the model. DuckDuckGo / Mojeek / SearXNG are unchanged (snippet-only backends).

Full Changelog: v0.24.0...v0.24.1