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 a2fe3f3310 feat: simplify LlmProvider trait to single call_llm method
Replace the three-method LlmProvider trait (generate_search_pass,
generate_rewrite_pass, supports_web_search) and ProviderCapabilities
with a single call_llm method. Update all three provider implementations
(Gemini, OpenAI, Anthropic) and all callers in synthesis.rs,
source_scraper.rs, and api_keys.rs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
db feat: create llm_call_log table + DB module 3 months ago
handlers feat: simplify LlmProvider trait to single call_llm method 3 months ago
middleware test: add unit tests for auth middleware cookie extraction 3 months ago
models feat: LLM logs viewer page + log button on Home synthesis list 3 months ago
services feat: simplify LlmProvider trait to single call_llm method 3 months ago
util Finished phase 1 3 months ago
app_state.rs refactor: add UserRateLimitEntry constructor and settings_changed method 3 months ago
cli.rs Finished phase 1 3 months ago
config.rs Finished phase 1 3 months ago
errors.rs Finished phase 1 3 months ago
lib.rs Finished phase 1 3 months ago
logging.rs feat: add source file:line to WARN and ERROR log lines 3 months ago
main.rs feat: add source file:line to WARN and ERROR log lines 3 months ago
router.rs feat: API endpoint for LLM call logs by job_id 3 months ago