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 ccecaa2d13 refactor: add provider_override for pipeline dependency injection
Adds an optional LlmProvider override to run_generation and
run_generation_inner, allowing tests to inject a mock provider without
touching real credentials or the provider-resolution path. Makes
run_generation_inner pub so integration tests can call it directly.
Production callers pass None and behaviour is unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 months ago
..
migrations feat: add use_brave_search setting 6 months ago
src refactor: add provider_override for pipeline dependency injection 6 months ago
tests fix: update test config for session_secret removal and Arc master key 6 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Dockerfile fix: runtime bugs found during first Docker run + integration tests 6 months ago