• Joined on 2025-01-07
sepehr pushed to main at sepehr/Momento 2026-04-26 22:02:05 +02:00
38278c93c3 fix: make migration fully idempotent with DO blocks for all ALTER statements
sepehr pushed to main at sepehr/Momento 2026-04-26 21:50:40 +02:00
3b3f4fdc9b feat: add migration for missing autoLabeling/languageDetection columns and indexes
sepehr pushed to main at sepehr/Momento 2026-04-26 21:44:16 +02:00
fe30947caa fix: replace hardcoded French strings in notes-tabs-view with i18n
sepehr pushed to main at sepehr/Momento 2026-04-26 21:34:09 +02:00
b893b5ac34 fix: pass language param from floating AI chat to API so it uses localized system prompt
sepehr pushed to main at sepehr/Momento 2026-04-26 21:27:52 +02:00
007835c9bf fix: capture session.user.id before .then() callback to satisfy TS null check
sepehr pushed to main at sepehr/Momento 2026-04-26 21:24:48 +02:00
e8a3957115 fix: add missing languageDetection/autoLabeling to getAISettings fallbacks
sepehr pushed to main at sepehr/Momento 2026-04-26 21:22:31 +02:00
84c8414cd8 fix: replace hardcoded French strings in agent-card with i18n t() calls
sepehr pushed to main at sepehr/Momento 2026-04-26 21:14:54 +02:00
153c921960 fix: comprehensive i18n — replace hardcoded French/English strings with t() calls
e358171c45 feat: add password confirmation to register + fix i18n hardcoded strings
Compare 2 commits »
sepehr pushed to main at sepehr/Momento 2026-04-26 16:25:07 +02:00
bbaae76103 docs: update all MCP documentation for 22 tools + API key auth
49e076a4bb refactor: remove dangerous, AI proxy, and API key tools from MCP server
Compare 2 commits »
sepehr pushed to main at sepehr/Momento 2026-04-26 15:30:17 +02:00
4b6f0f9526 fix: sync MCP schema exactly with memento-note (full copy)
sepehr pushed to main at sepehr/Momento 2026-04-26 15:00:44 +02:00
3951b12d2e fix: add Notebook.notes relation to MCP schema
sepehr pushed to main at sepehr/Momento 2026-04-26 14:52:12 +02:00
bc3577a388 ci: add mcp-server build to deploy pipeline
sepehr pushed to main at sepehr/Momento 2026-04-26 14:45:00 +02:00
2f1837560b fix: align MCP server schema with memento-note + per-request user isolation
sepehr pushed to main at sepehr/Momento 2026-04-26 13:16:51 +02:00
9779dd7a79 fix: refresh agents on tab focus + hide stale nextRun + add cron logging
sepehr pushed to main at sepehr/Momento 2026-04-26 13:01:04 +02:00
f0999263a0 fix: remove nextRun recalculation from getAgents() that blocked cron
sepehr pushed to main at sepehr/Momento 2026-04-26 12:39:16 +02:00
1b4c6123c2 fix: use node http for cron scheduler + add toast notifications
sepehr pushed to main at sepehr/Momento 2026-04-26 12:28:45 +02:00
17e4a58da2 feat: auto-trigger scheduled agents + fix stale nextRun display
sepehr pushed to main at sepehr/Momento 2026-04-26 12:12:23 +02:00
5d960cad4e fix: correct month/day swap in schedule time calculation
sepehr pushed to main at sepehr/Momento 2026-04-26 11:51:49 +02:00
950f024aa9 fix: add new migration to ensure agent schedule columns exist
sepehr pushed to main at sepehr/Momento 2026-04-26 11:35:56 +02:00
9e9e17ed96 fix: make agent schedule migration idempotent for production