Skip to content

feat: add date range, result_type, and domain filters to ai_search skill#2

Open
okradze wants to merge 1 commit into
mainfrom
feat/ai-search-date-domain-filters
Open

feat: add date range, result_type, and domain filters to ai_search skill#2
okradze wants to merge 1 commit into
mainfrom
feat/ai-search-date-domain-filters

Conversation

@okradze

@okradze okradze commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Brings the ai_search skill in line with the updated Desearch AI-search API.

Changes

  • New ai_search options: --start-date, --end-date (UTC YYYY-MM-DDTHH:MM:SSZ), --result-type (ONLY_LINKS / LINKS_WITH_FINAL_SUMMARY), --include-domains, --exclude-domains (comma-separated → arrays).
  • --date-filter re-documented as deprecated (prefer --start-date/--end-date); the API translates it to a date range.
  • Fix: --count now sends count (the field the API reads) instead of the ignored result_count.
  • SKILL.md options table + a date-range/domain example.

Verified: ruff clean; smoke test confirms the request body is built correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant