Skip to content

Version 0.1.28

This release introduces a new fallback search feature using DuckDuckGo when the primary Exa API key is unavailable. It also replaces a deprecated search package with its updated counterpart and includes an important dependency upgrade.

New Features

  • Added a DuckDuckGo search fallback endpoint and UI enhancements to handle missing Exa API key, improving search reliability and user experience (0dd662) (Eric Ma)

Bug Fixes

  • Replaced the deprecated duckduckgo_search package with the new ddgs package to ensure continued compatibility and maintenance (f394d7) (Eric Ma)

Deprecations

  • None in this release

Dependency Updates

  • Upgraded GitHub Actions actions/github-script from version 7 to 8 for improved CI workflows (911414) (dependabot[bot])