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
feat(cli): add new search parameters and update livecrawl behavior
- Remove deprecated "pdf" category from valid categories
- Change --livecrawl to boolean flag (was mode-based), defaults to maxAgeHours=0 and livecrawlTimeout=5000
- Add --text-verbosity parameter (compact, standard, full) for controlling text extraction detail
- Add --system-prompt parameter for AI-powered search customization
- Add --moderation parameter for content moderation
- Update ParameterConverter to handle system_prompt → systemPrompt conversion
- Update tests to reflect new CLI parameter behavior and remove livecrawl mode validation
These changes align the CLI with the latest Exa API specification for search parameters.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments