Skip to content

v0.24.1

Choose a tag to compare

@nicobailon nicobailon released this 21 Aug 21:05
· 57 commits to main since this release
fbbd0cb

Added

  • Added pdf.maxPages to limit Datalab, Gemini, and local PDF extraction to the first N pages. Thanks to @jaudiger for issue #277.
  • Added optional openaiSearchProviders config to choose which Pi model providers fund OpenAI web_search, in priority order. Thanks to @hank-warren for PR #276.
  • Added Windows Chrome and Edge browser-cookie support for Gemini Web. Thanks to @laixuanthoi for issue #286.

Fixed

  • Hardened GitHub clone cache path handling. Thanks to @dsvi-b and @spikelab for the responsible disclosures.
  • Updated the local fetch_content HTTP User-Agent for wider compatible content retrieval. Thanks to @_can1357 for the User-Agent observation.
  • Replaced inline RFC 2397 data: URIs in extracted page content with explicit bounded omission markers before content reaches tool results, the fetch cache, or session persistence.
  • Detached Linux curator browser launches so xdg-open cannot block web_search until the browser exits. Thanks to @nguyenphivn for issue #279.
  • Allowed configured Firecrawl API base URLs to use loopback addresses without opening loopback for submitted fetch targets. Thanks to @ackalker for issue #280.