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 f9023cff7e feat: LLM logs viewer page + log button on Home synthesis list
- Add LlmLogs page with collapsible prompts/response sections, call-type
  colored badges, and duration display
- Wire /llm-logs/:jobId route in App.tsx (lazy-loaded)
- Expose job_id in backend SynthesisListItem and frontend SynthesisListItem
  type; update test fixture accordingly
- Add log-icon link next to delete button on each Home synthesis card

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
.claude
backend feat: LLM logs viewer page + log button on Home synthesis list 3 months ago
docs docs: add LLM call logging implementation plan (6 tasks) 3 months ago
e2e
frontend feat: LLM logs viewer page + log button on Home synthesis list 3 months ago
.env.example
.gitignore
AGENTS.md
CLAUDE.md feat: create llm_call_log table + DB module 3 months ago
docker-compose.yml