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 d234fa9b24 feat: add is_article LLM check + remove use_llm_for_source_links option
The LLM now determines if scraped content is a real article during
classify (zero extra cost). The separate LLM link extraction option
is removed — heuristic extraction is sufficient.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
.claude Changed Claude code configuration 6 months ago
backend feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
docs docs: add implementation plan for windowed source extraction 6 months ago
e2e feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
frontend feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 6 months ago
.env.example chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 6 months ago
.gitignore test: add live generation UAT with real OpenAI API key 6 months ago
AGENTS.md Updated Claude code config 6 months ago
CLAUDE.md feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 6 months ago