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>
3 months ago
.claude Changed Claude code configuration 3 months ago
backend feat: parallel source extraction, shuffle candidates, clear history endpoint 3 months ago
docs docs: add spec for pipeline tweaks (parallel extraction, shuffle, clear history) 3 months ago
e2e test: update E2E test for new pipeline (remove deprecated settings) 3 months ago
frontend feat: remove deprecated settings from frontend 3 months ago
.env.example
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
AGENTS.md
CLAUDE.md feat: drop source_diversity_window and use_llm_for_article_extraction settings 3 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 3 months ago