This website works better with JavaScript.
Explore
Help
Register
Sign In
oabrivard
/
ai_synth
Watch
1
Star
0
Fork
You've already forked ai_synth
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
ef23596c5a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ef23596c5a'
${ noResults }
ai_synth
/
backend
/
migrations
History
oabrivard
384649b2b6
feat: add theme schedules — model, DB, CRUD handler, routes
...
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
…
20260322000011_widen_key_prefix.sql
…
20260323000012_add_max_articles_per_source.sql
…
20260323000013_add_source_diversity_window.sql
…
20260324000014_add_llm_scraping_settings.sql
…
20260324000015_add_article_history.sql
…
20260324000016_enrich_article_history.sql
…
20260324000017_create_llm_call_log.sql
…
20260325000018_drop_deprecated_settings.sql
…
20260325000019_model_split.sql
…
20260325000020_add_batch_size_setting.sql
…
20260325000021_add_article_url_to_llm_log.sql
…
20260325000022_add_brave_search_setting.sql
…
20260326000023_add_summary_length.sql
…
20260326000024_add_published_date_to_article_history.sql
feat: save publication date in article history and show in synthesis
3 months ago
20260326000025_add_source_extraction_window.sql
feat: add source_extraction_window setting (default 3)
3 months ago
20260326000026_remove_use_llm_for_source_links.sql
feat: add is_article LLM check + remove use_llm_for_source_links option
3 months ago
20260326000027_add_max_links_per_source.sql
feat: add max_links_per_source setting (default 8, was hardcoded 15)
3 months ago
20260326000028_create_themes_and_migrate.sql
feat: create themes table and migrate content settings from settings
3 months ago
20260327000029_add_source_preferred.sql
feat: add preferred sources — prioritized during synthesis generation
3 months ago
20260327000030_create_theme_schedules.sql
feat: add theme schedules — model, DB, CRUD handler, routes
3 months ago