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
.claude Changed Claude code configuration 3 months ago
backend feat: simplify LlmProvider trait to single call_llm method 3 months ago
docs docs: add plan for simplifying LLM provider trait 3 months ago
e2e test: verify LLM call logs endpoint returns data after generation 3 months ago
frontend feat: LLM logs viewer page + log button on Home synthesis list 3 months ago
.env.example Finished phase 1 3 months ago
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
AGENTS.md Updated Claude code config 3 months ago
CLAUDE.md feat: create llm_call_log table + DB module 3 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 3 months ago