You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 7f7d584314 feat: parallel source extraction, shuffle candidates, clear history endpoint
- Remove 10-source cap; all sources are now processed
- Increase max links per source from 10 to 15
- Extract article links in parallel (up to 5 concurrent) using JoinSet
- Shuffle candidate URLs after history filtering to interleave sources
- Add DELETE /api/v1/article-history endpoint to clear all history for a user

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 months ago
..
migrations feat: drop source_diversity_window and use_llm_for_article_extraction settings 6 months ago
src feat: parallel source extraction, shuffle candidates, clear history endpoint 6 months ago
tests test: update E2E and integration tests with article_history_days setting 6 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Dockerfile fix: runtime bugs found during first Docker run + integration tests 6 months ago