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 8a061c98db feat: LLM-assisted article extraction with Arc provider, concurrency control, and progress
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
db feat: add use_llm_for_source_links and use_llm_for_article_extraction settings 6 months ago
handlers fix: LLM providers use own HTTP client with 120s timeout (was sharing scraper's 15s) 6 months ago
middleware test: add unit tests for auth middleware cookie extraction 6 months ago
models feat: add use_llm_for_source_links and use_llm_for_article_extraction settings 6 months ago
services feat: LLM-assisted article extraction with Arc provider, concurrency control, and progress 6 months ago
util Finished phase 1 6 months ago
app_state.rs refactor: add UserRateLimitEntry constructor and settings_changed method 6 months ago
cli.rs Finished phase 1 6 months ago
config.rs Finished phase 1 6 months ago
errors.rs Finished phase 1 6 months ago
lib.rs Finished phase 1 6 months ago
logging.rs feat: add source file:line to WARN and ERROR log lines 6 months ago
main.rs feat: add source file:line to WARN and ERROR log lines 6 months ago
router.rs fix: runtime bugs found during first Docker run + integration tests 6 months ago