• Joined on 2025-01-07
sepehr pushed to main at sepehr/Momento 2026-04-27 21:12:05 +02:00
3b8152c7c0 fix: use AI SDK + language detection for label suggestions
sepehr pushed to main at sepehr/Momento 2026-04-27 20:56:58 +02:00
c7e654afa6 fix: auto-detect note language for label suggestions (like title suggestions)
sepehr pushed to main at sepehr/Momento 2026-04-27 00:36:04 +02:00
6e8abc5091 fix: case-sensitive label matching broken on PostgreSQL
sepehr pushed to main at sepehr/Momento 2026-04-27 00:29:05 +02:00
fb996e22ac fix: make label suggestions content-specific, not generic
sepehr pushed to main at sepehr/Momento 2026-04-27 00:24:13 +02:00
2d10e5527a fix: clean up orphan labels when syncing note labels
sepehr pushed to main at sepehr/Momento 2026-04-27 00:18:22 +02:00
295bc29786 debug: add diagnostic logging for label suggestion flow
sepehr pushed to main at sepehr/Momento 2026-04-27 00:09:37 +02:00
6ff8088cc2 fix: label management - transaction safety, deletion sync, error handling
sepehr pushed to main at sepehr/Momento 2026-04-27 00:01:03 +02:00
0a4aa47690 fix: label system overhaul - sync dual storage, fix suggestions
d906a77223 feat(n8n): workflow liste notes Markdown vs non-Markdown (GET /api/notes)
Compare 2 commits »
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