webclaw/crates
Valerio 36cde1d488 fix(cli): also fix --diff/--brand for single-row --urls-file (review)
Independent review found the backfill ran AFTER the --diff-with and --brand
gates, so single-row --urls-file + --diff/--brand still hit 'no input'.
Move the collect_urls + backfill before all mode gates so a one-line file
behaves like a positional URL everywhere. --watch now reuses the shared
entries instead of re-collecting (avoids double-counting the backfilled URL).
Verified: --brand single-row no longer errors; 37 tests pass, clippy clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 17:47:23 +02:00
..
webclaw-cli fix(cli): also fix --diff/--brand for single-row --urls-file (review) 2026-07-22 17:47:23 +02:00
webclaw-core perf: hot-path extraction speedups (selector hoist, shared og, QuickJS gating) 2026-06-17 16:41:45 +02:00
webclaw-fetch perf: hot-path extraction speedups (selector hoist, shared og, QuickJS gating) 2026-06-17 16:41:45 +02:00
webclaw-llm feat(llm): add Gemini provider and fix stale Anthropic default model 2026-06-16 15:52:37 +02:00
webclaw-mcp webclaw-mcp: add lead + lead_batch cloud-proxy tools 2026-07-18 18:38:02 +02:00
webclaw-pdf Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
webclaw-server fix(cli): hide secret env values in --help output (#83) 2026-07-02 15:12:23 +02:00