nanochat/services
Manmohan Sharma 4369826043
fix: align conversation list response shape with chat-api
Frontend store was reading `data.conversations` and camelCase timestamps,
but chat-api returns `{items: [...]}` with snake_case `created_at`/`updated_at`.
Result: conversation history always rendered as empty after login.

Read `data.items` and snake_case timestamps in fetchConversations,
fetchMessages, and createConversation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 11:49:54 -07:00
..
auth Merge pull request #26 from manmohan659/fix/missing-models 2026-04-16 16:50:22 -04:00
chat-api feat: double default and max generation budget 2026-04-22 22:20:05 -07:00
frontend fix: align conversation list response shape with chat-api 2026-04-25 11:49:54 -07:00
inference fix(inference): regenerate uv.lock after structlog/prometheus deps added 2026-04-16 12:49:05 -07:00