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 f414ff0f58 feat: add use_brave_search setting
Add use_brave_search boolean field to all settings structs, DB layer,
SQL queries, frontend types, i18n labels, and test fixtures following
the same pattern as use_llm_for_source_links.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
20260321000001_create_users.sql
20260321000002_create_sessions.sql
20260321000003_create_magic_tokens.sql
20260321000004_create_settings.sql
20260321000005_create_sources.sql
20260321000006_create_providers.sql
20260321000007_create_rate_limits.sql
20260321000008_create_user_api_keys.sql
20260321000009_create_syntheses.sql
20260321000010_add_settings_v2_fields.sql v2: add settings migration, model expansion, DB queries (provider, models, rate limits) 3 months ago
20260322000011_widen_key_prefix.sql fix: runtime bugs found during first Docker run + integration tests 3 months ago
20260323000012_add_max_articles_per_source.sql feat: add max_articles_per_source setting (migration + model + DB) 3 months ago
20260323000013_add_source_diversity_window.sql feat: add source_diversity_window setting (migration + model + DB + validation tests) 3 months ago
20260324000014_add_llm_scraping_settings.sql feat: add use_llm_for_source_links and use_llm_for_article_extraction settings 3 months ago
20260324000015_add_article_history.sql feat: add article_history table and article_history_days setting 3 months ago
20260324000016_enrich_article_history.sql feat: enrich article_history with tracing metadata + syntheses.job_id 3 months ago
20260324000017_create_llm_call_log.sql feat: create llm_call_log table + DB module 3 months ago
20260325000018_drop_deprecated_settings.sql feat: drop source_diversity_window and use_llm_for_article_extraction settings 3 months ago
20260325000019_model_split.sql feat: split model selection — scraping vs websearch with GPT-5 models 3 months ago
20260325000020_add_batch_size_setting.sql feat: add batch_size setting for Phase 1 parallelism 3 months ago
20260325000021_add_article_url_to_llm_log.sql feat: add article_url to LLM call logs for classify tracing 3 months ago
20260325000022_add_brave_search_setting.sql feat: add use_brave_search setting 3 months ago