Skip to content

v0.19.0

Choose a tag to compare

@nicobailon nicobailon released this 08 Aug 08:01
· 114 commits to main since this release

Added

  • Added Jina Search as a normal configured web_search provider with jinaApiKey / JINA_API_KEY, explicit/auto/routing/all-provider support, domain and recency constraints, optional inline page content, and Curator integration. Thanks Orbio Agent (@Gabrielgvl) for PR #214.

Fixed

  • Added a tracked npm lockfile for reproducible contributor installs, and updated model-registry auth header typing for current Pi peer packages. Thanks @dougEfresh for PR #218.
  • Keep manual /websearch curator pages in sync if the live SSE stream disconnects or misses events while searches are still running. Thanks @Whisperfall for issue #215.
  • Updated Kagi Search and Extract requests for the current v1 API contracts. Thanks @mattgaff for PR #217.
  • Recognize :max thinking suffixes when matching scoped summary models. Thanks @justin8ty for PR #219.
  • Route local video Gemini upload, polling, and deletion requests through configured geminiBaseUrl / GOOGLE_GEMINI_BASE_URL relays. Thanks Mr. (@Liemo99) for PR #213.
  • Classify xAI 403 spending-limit and quota-exhaustion responses as quota errors so configured search routing can fall back, while preserving ordinary 403 responses as authentication errors. Thanks @0xmarcinz for PR #212.