2a306d2b0f
The PR #1294 (Tavily / Bocha provider) and PR #1467 vision-tool harvests both surfaced rustdoc warnings about bare URLs in doc comments — `https://tavily.com` rather than `<https://tavily.com>`. Under `RUSTDOCFLAGS=-D warnings` (which CI runs) those warnings escalate to errors. Wrapping each URL in `<...>` produces the clickable autolink rustdoc expects. Fixed sites: `SearchProvider::{Tavily, Bocha}` doc comments in `crates/tui/src/config.rs`, both Tavily/Bocha API endpoint refs in `crates/tui/src/tools/web_search.rs`, and the pandoc.org link in the `crates/tui/src/tools/pandoc.rs` module header. Two pre-existing `WorkingSet::build_file_index` / `WorkingSet::fuzzy_resolve` unresolved-link errors on `main` are intentionally NOT touched in this commit — they were introduced by `9759a77ae` and live outside the v0.8.32 scope. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>