webclaw/crates/webclaw-cli
webclaw de899ab3ba feat(search): standalone web search with your own Serper.dev key
OSS surfaces can now search without the hosted webclaw API. New
webclaw-fetch::search() calls Serper.dev directly with a user-supplied key
and optionally fetches + extracts the result pages. Wired into the CLI
(webclaw search, --serper-key / SERPER_API_KEY), the MCP search tool
(local-first when SERPER_API_KEY is set, cloud fallback otherwise), and the
OSS reference server (POST /v1/search). Adds futures for concurrent result
page scraping.
2026-06-06 14:20:03 +02:00
..
examples perf(core): hot-path extraction speedups + senior-grade hardening 2026-06-04 20:22:00 +02:00
src feat(search): standalone web search with your own Serper.dev key 2026-06-06 14:20:03 +02:00
Cargo.toml perf(core): hot-path extraction speedups + senior-grade hardening 2026-06-04 20:22:00 +02:00