You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.
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.