Files
homelab/packages
Julia McGhee 51a4425351
All checks were successful
CI / lint-and-test (push) Successful in 37s
Deploy Production / deploy (push) Successful in 1m34s
CI / build (push) Successful in 4m40s
Persist chat conversations to database
- Add harness_chat_conversations table with messages stored as JSONB
- Add chat-store.ts with CRUD operations
- Add /api/conversations routes (GET list, POST create, PATCH update,
  DELETE remove)
- Update chat-tab.tsx to load conversations on mount, persist metadata
  changes immediately, and save messages after streaming completes
- Add loading state while conversations are being fetched
2026-03-22 11:50:19 +00:00
..
2026-03-19 22:24:56 +00:00
2026-03-22 11:50:19 +00:00
2026-03-19 22:24:56 +00:00