You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): validate livecrawl, use consistent snake_case params
- Add VALID_LIVECRAWL_MODES (always/fallback/never/auto/preferred) with
validation, matching what the API actually accepts
- Fix help text to list all 5 valid livecrawl modes
- Switch exe search_params from pre-converted camelCase (numResults,
includeDomains, excludeDomains) to snake_case, letting the
ParameterConverter handle conversion consistently
- Soften domain filter integration test assertion from all-results to
any-result to avoid brittle cassette coupling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments