|
|
a599116118
|
Add AI quick chat to home page
|
2026-05-10 12:17:46 +05:30 |
|
|
|
5cf0303999
|
Add debugging docs for AI/LiteLLM
|
2026-05-10 12:12:59 +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 |
|
|
|
83b8292ca0
|
Update CLAUDE.md with project status and conventions
|
2026-05-10 11:44:20 +05:30 |
|
|
|
5986fba70f
|
Add growth tracking and memories gallery pages
|
2026-05-10 11:39:14 +05:30 |
|
|
|
e3ce3241d0
|
Add LiteLLM AI API and chat UI
|
2026-05-10 11:38:31 +05:30 |
|
|
|
d9b9afbf5c
|
Add menu navigation, sun/moon toggle, baby favicon
|
2026-05-10 11:34:00 +05:30 |
|
|
|
dea394f566
|
Fix menu/settings navigation using Link
|
2026-05-10 11:02:50 +05:30 |
|
|
|
ea43646f48
|
Add settings page with dark mode toggle
|
2026-05-10 11:00:38 +05:30 |
|
|
|
f24c5e7680
|
Add better home UI with greeting, age card, quick log, recent activity
|
2026-05-10 10:45:29 +05:30 |
|
|
|
0adc609e4b
|
Add medical page with IAP vaccination schedule
|
2026-05-10 05:46:02 +05:30 |
|
|
|
fa14a22554
|
Add PWA manifest and service worker
|
2026-05-10 05:45:11 +05:30 |
|
|
|
34e8ffe5f2
|
Add offline queue with localStorage
|
2026-05-10 05:44:39 +05:30 |
|
|
|
297479fc1d
|
Add fast-log UI with modal for feed/diaper/sleep
|
2026-05-10 05:42:12 +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 |
|
|
|
13042f6e68
|
Add build verification rule to CLAUDE.md
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
EOF
)
|
2026-05-10 05:17:44 +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 |
|
|
|
152bf2079c
|
demo: simple UI without DB
|
2026-05-10 04:45:30 +05:30 |
|
|
|
0da7fd15b2
|
fix: root redirects to login
|
2026-05-10 04:45:08 +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 |
|
|
|
e2b9ef6df3
|
fix: simplify auth without resend for now
|
2026-05-10 04:32:14 +05:30 |
|
|
|
a57e953be6
|
fix: use resend SDK directly
|
2026-05-10 04:30:58 +05:30 |
|
|
|
6740ee338b
|
feat: add onboarding flow and test data
|
2026-05-10 04:23:32 +05:30 |
|
|
|
507487c7d9
|
feat: add email provider for magic links
|
2026-05-10 04:18:08 +05:30 |
|
|
|
68b571d321
|
fix: build errors and simplify auth
|
2026-05-10 04:14:23 +05:30 |
|
|
|
6b068e37f8
|
feat: configure email provider with Resend
|
2026-05-10 04:12:04 +05:30 |
|
|
|
330367dcc8
|
feat: add login page and auth API route
|
2026-05-10 04:09:19 +05:30 |
|