n8n-nodes-tembory 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  Node de memoria operacional da Tembory para agentes de IA no n8n.
4
4
 
5
- Versao atual: `1.0.16`.
5
+ Versao atual: `1.0.17`.
6
+
7
+ ## 1.0.17
8
+
9
+ - Oculta `Avançado Legado (Compatibilidade)` da interface normal para evitar duplicidade visual com `Configuração Tembory`.
10
+ - Mantem o campo legado no descriptor e no runtime para workflows antigos que ja salvaram parametros em `advanced`.
11
+ - A UI normal passa a mostrar apenas a configuracao agrupada.
6
12
 
7
13
  ## 1.0.16
8
14
 
@@ -2261,6 +2261,7 @@ class Mem0Memory {
2261
2261
  type: 'collection',
2262
2262
  placeholder: 'Opções',
2263
2263
  default: {},
2264
+ displayOptions: { hide: { '/payloadFormat': ['structured', 'auditText', 'auditJson', 'auditBlocks', 'singleSystemMessage'] } },
2264
2265
  description: 'Campos legados preservados para workflows existentes. Para novas configuracoes, use Configuração Tembory.',
2265
2266
  options: [
2266
2267
  { displayName: 'User ID', name: 'userId', type: 'string', default: '' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Tembory node for n8n AI Agents with profile, tools, timeline, graph and semantic memory",
5
5
  "license": "MIT",
6
6
  "homepage": "https://tembory.com",