Skip to content

v0.20.0

Choose a tag to compare

@nicobailon nicobailon released this 10 Aug 06:16
· 106 commits to main since this release

Added

  • Added keyless DuckDuckGo HTML search as an explicit and routing provider. Thanks @lmilojevicc for issue #228.
  • Added Datalab hosted PDF-to-Markdown extraction as an optional PDF provider. Thanks José Antonio Galiano Sandoval (@jagaliano) for PR #226.

Changed

  • Tightened Datalab JSON response validation and Gemini Web fetch initialization internals.

Fixed

  • Fix Gemini Web "fetch failed" (UND_ERR_HEADERS_OVERFLOW) when running inside a host agent whose global undici dispatcher uses HTTP/1.1 with the default 16 KiB maxHeaderSize: Google's /app page exceeds that budget. Gemini Web requests now use a dedicated undici agent with a 4 MiB header budget. Thanks José Antonio Galiano Sandoval (@jagaliano) for PR #230.
  • Preserve collapsed web_search result background padding. Thanks @SheffeyG for PR #224.