What's Changed
- Fix Firecrawl v2 compatibility: preserve explicitly configured
/v1and/v2API versions and gateway path prefixes, and parse v2data.websearch results while retaining legacy response support. Thanks to @agent-rust in #49. - Clarify that fetching ordinary web pages requires a configured source provider in #48.
Configuration note
Firecrawl base URLs without an explicit API version now default to /v2. If your deployment only supports v1, set FIRECRAWL_API_URL to a base ending in /v1. Existing explicit /v1 and /v2 bases remain unchanged, including gateway path prefixes.
Full Changelog: v0.1.25...v0.1.26