43 Commits (7a901c9d9519c7b2033a7cfeef3fe3a761570cb8)

Author SHA1 Message Date
borja 7a901c9d95 feat: enviar al grupo si está activo; si no, al creador
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja 133058caeb feat: aceptar tokens @user como asignados y combinar con menciones
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja de70cd863b fix: usar assignmentUserIds para mentionsForSending
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja 59605e01e8 le pido que me console loguee lo que manda de payload para ver cómo hace lo de las menciones 2 months ago
borja 6c9f744f1f feat: habilita menciones en mensajes y limpia descripciones de tareas
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja a209c40ac3 feat: centralizar /tarea en CommandService y usar DB
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja 8bdb851062 feat: iniciar worker de ResponseQueue y mejorar procesamiento
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja 6c70e1dce7 feat: persistir respuestas en la cola con DB
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
2 months ago
borja 9f339ad218 fix: hacer público el cache de grupos para tests
Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <aider@aider.chat>
2 months ago
borja 69a5747cf9 fix: arreglar cache de grupos en tests unitarios
Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <aider@aider.chat>
2 months ago
borja 206949aabe feat: agregar verificación de grupos activos
Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <aider@aider.chat>
2 months ago
borja (aider) 6e4720d7cd debug: añade logging temporal para diagnóstico de sincronización 2 months ago
borja (aider) ff0923f3cb fix: maneja WHATSAPP_COMMUNITY_ID no definido mostrando comunidades 2 months ago
borja (aider) e59ce7319e feat: Muestra IDs de comunidades disponibles cuando WHATSAPP_COMMUNITY_ID no está definido 2 months ago
borja (aider) e762a7c840 docs: document EvolutionGroup type with API response format 7 months ago
borja (aider) 50133ecb9a feat: handle direct array response in group sync API 7 months ago
borja 244a6e9483 toqueteo un poco en cómo hago el fetchAllGroups a ver si consigo que me mande la respuesta que sí me funciona con curl pero no haciendo un fetch 7 months ago
borja 3bf5e33763 fuerzo http/2 a ver si así rula 7 months ago
borja 7c8143d9c3 aumenta el tiempo de espera al fetchAllGroups hasta algo más de 5 minutos a ver si el problema es ese u otro 7 months ago
borja (aider) ae8e3fad2b feat: add detailed logging for group sync API calls 7 months ago
borja (aider) a2487e5c2f feat: add initial group sync check at startup 7 months ago
borja (aider) 6832192d93 docs: Improve sync interval documentation and logging 7 months ago
borja (aider) 73fdf950dd feat: make group sync interval configurable via env var 7 months ago
borja (aider) ed7b209c1b fix: update last_verified when marking groups inactive 7 months ago
borja (aider) 98a01dad19 fix: properly commit group sync transactions and update counts 7 months ago
borja (aider) 1ade146a3b feat: Add error handling and logging to group sync service 7 months ago
borja (aider) 1d29fedc18 Based on the diffs, here's the concise commit message:
fix: handle API response format and improve group sync tests
7 months ago
borja (aider) d4869aa178 fix: resolve module import paths in group-sync tests 7 months ago
borja (aider) 4644e7a588 feat: add group sync service with API integration 7 months ago
borja (aider) 812b0dadd8 feat: Add port validation for internal Docker URLs 7 months ago
borja (aider) 8663bbf1a8 fix: skip webhook self-test for internal production URLs 7 months ago
borja (aider) 0245ef15e9 feat: add reverse proxy support and port configuration 7 months ago
borja (aider) 88e0c2edfd feat: add webhook endpoint testing and improved logging 7 months ago
borja (aider) 7003e50a41 fix: improve webhook verification with retries and better error handling 7 months ago
borja (aider) abb3decd40 fix: update webhook event names to match API enum values 7 months ago
borja a3fae9876b refactor: simplify webhook events list 7 months ago
borja (aider) 2d8a40e3b8 fix: handle undefined webhook config and improve URL validation 7 months ago
borja (aider) 72e7a804b5 feat: update webhook config to match API requirements 7 months ago
borja (aider) 08ad11a719 feat: Add debug logging for webhook registration and env vars 7 months ago
borja (aider) ea79efab54 fix: correct webhook event names and required env vars 7 months ago
borja a86beb81b7 intento arreglar server.ts y webhook-manager.ts 7 months ago
borja (aider) 6710c4fd73 feat: implement webhook registration service 7 months ago
borja (aider) 63c3bb20e9 feat: implement command service with response queue 7 months ago