Commit graph

42 commits

Author SHA1 Message Date
4acd016b70 Use R2 public development URL 2026-05-10 14:35:11 +05:30
864ecc2587 Fix R2 endpoint with bucket path 2026-05-10 14:30:29 +05:30
5de4294919 Use bucket path format 2026-05-10 14:26:08 +05:30
2bf37de50b Fix R2 subdomain URL for tia bucket 2026-05-10 14:25:34 +05:30
cbc058acbe Fix R2 bucket path URL 2026-05-10 14:24:31 +05:30
07381bdf90 Simplify R2 client 2026-05-10 14:24:17 +05:30
7d98c2c46c Fix R2 URL format 2026-05-10 14:24:07 +05:30
e37b9528f9 Fix R2 URL path with bucket name 2026-05-10 14:22:32 +05:30
b39f344426 Fix upload: route through server to avoid CORS 2026-05-10 14:13:17 +05:30
e3c33bb0dc Debug upload: add error handling 2026-05-10 14:07:14 +05:30
191f176a26 Fix R2 URL path 2026-05-10 14:00:23 +05:30
3334277ec9 Sprint 4: Media Pipeline with Cloudflare R2
- Add R2 credentials (.env.local)
- Create /api/upload with presigned URLs
- Memories gallery UI with grid view and upload
- Images stored in tia bucket
2026-05-10 13:59:22 +05:30
5f341d694a Fix model to minimax-2.7 2026-05-10 12:10:07 +05:30
50a5f2a972 Fix LiteLLM URL to llm.manohargupta.com 2026-05-10 12:09:21 +05:30
d318fed3ca Debug AI response 2026-05-10 12:09:12 +05:30
c466c8bad5 Use LiteLLM gateway URL 2026-05-10 12:08:48 +05:30
c6ae0593f6 Add Ollama fallback + better error handling 2026-05-10 12:06:47 +05:30
d070dd8d21 Fix MiniMax API with correct model name 2026-05-10 12:06:00 +05:30
bbb3953147 Use MiniMax API directly 2026-05-10 12:04:39 +05:30
89ca48b420 Try multiple model names for AI API 2026-05-10 12:01:11 +05:30
4e9935cb74 Fix AI model to minimax/Abab7.5-chat 2026-05-10 11:49:08 +05:30
1615847d5b Fix AI model to minimax-m2.7 2026-05-10 11:47:08 +05:30
e3ce3241d0 Add LiteLLM AI API and chat UI 2026-05-10 11:38:31 +05:30
54df45cc8a Add children and families API 2026-05-10 05:33:57 +05:30
eddb1dd8ea Fix feed method enum value 2026-05-10 05:32:35 +05:30
afb1555389 Fix date handling in logs API 2026-05-10 05:30:57 +05:30
36becd3dc0 Add logging API routes: logs, vaccinations, growth 2026-05-10 05:28:54 +05:30
797eedaeb3 Add logging schema: feeds, diapers, sleeps, vaccinations, growth, medications 2026-05-10 05:24:57 +05:30
fa657a4ba9 Fix duplicate code in setup route
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
EOF
)
2026-05-10 05:15:37 +05:30
804f12ac29 Add all database tables to setup route
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
EOF
)
2026-05-10 05:14:18 +05:30
4c7535e716 Fix setup: remove IF NOT EXISTS syntax
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
EOF
)
2026-05-10 05:11:52 +05:30
35b0b5b528 Fix setup route to use sql.unsafe() for raw SQL
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
EOF
)
2026-05-10 05:10:07 +05:30
8ca54fec30 Fix login page to use real signin API, fix setup route db.execute()
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 05:07:05 +05:30
ab9aa1052e fix: use drizzle sql 2026-05-10 05:04:43 +05:30
d6a7f7560e fix: simplify setup 2026-05-10 05:02:49 +05:30
b4dc29fa3d feat: add signin API and setup route 2026-05-10 05:00:26 +05:30
affd70b9a7 fix: debug route 2026-05-10 04:55:31 +05:30
f7bcc97666 fix: add debug endpoint 2026-05-10 04:51:35 +05:30
64aa687b8b fix: simplify setup route 2026-05-10 04:37:54 +05:30
30ac75beda fix: add setup route to create tables 2026-05-10 04:36:17 +05:30
6740ee338b feat: add onboarding flow and test data 2026-05-10 04:23:32 +05:30
330367dcc8 feat: add login page and auth API route 2026-05-10 04:09:19 +05:30