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>
6 months ago
.claude Changed Claude code configuration 6 months ago
backend feat: LLM logs viewer page + log button on Home synthesis list 6 months ago
docs docs: add LLM call logging implementation plan (6 tasks) 6 months ago
e2e test: verify provenance endpoint returns tracing data after generation 6 months ago
frontend feat: LLM logs viewer page + log button on Home synthesis list 6 months ago
.env.example
.gitignore test: add live generation UAT with real OpenAI API key 6 months ago
AGENTS.md
CLAUDE.md feat: create llm_call_log table + DB module 6 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 6 months ago