nexo-brain 7.12.7 → 7.12.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexo-brain",
3
- "version": "7.12.7",
3
+ "version": "7.12.8",
4
4
  "mcpName": "io.github.wazionapps/nexo",
5
5
  "description": "NEXO Brain \u2014 Shared brain for AI agents. Persistent memory, semantic RAG, natural forgetting, metacognitive guard, trust scoring, 150+ MCP tools. Works with Claude Code, Codex, Claude Desktop & any MCP client. 100% local, free.",
6
6
  "homepage": "https://nexo-brain.com",
@@ -374,15 +374,15 @@ def _onboard_steps() -> list[dict]:
374
374
  "reserved_values": list(RESERVED_ASSISTANT_NAME_VALUES),
375
375
  },
376
376
  {
377
- "id": "city",
377
+ "id": "residence",
378
378
  "prompt": {"es": "¿Dónde vives o trabajas habitualmente?", "en": "Where do you live or work most days?"},
379
379
  "hint": {
380
380
  "es": "Una ciudad o zona; me ayuda con horarios, clima, ofertas locales y mil cosas más.",
381
381
  "en": "A city or area; helps me with schedules, weather, local options, and a thousand small things.",
382
382
  },
383
383
  "type": "text",
384
- "writes": "user.city",
385
- "file": "calibration.json",
384
+ "writes": "profile.current_residence",
385
+ "file": "profile.json",
386
386
  "optional": True,
387
387
  "validate": r"^.{0,120}$",
388
388
  },
@@ -400,17 +400,17 @@ def _onboard_steps() -> list[dict]:
400
400
  "validate": r"^.{0,200}$",
401
401
  },
402
402
  {
403
- "id": "interests",
404
- "prompt": {"es": "¿En qué temas quieres que te ayude más?", "en": "Which topics should I help you with most?"},
403
+ "id": "timezone",
404
+ "prompt": {"es": "¿En qué zona horaria estás?", "en": "Which timezone are you in?"},
405
405
  "hint": {
406
- "es": "Trabajo, finanzas, salud, familia, idiomas, estudios… separa con comas si son varios.",
407
- "en": "Work, finances, health, family, languages, studies… separate with commas if more than one.",
406
+ "es": "Por ejemplo, Europe/Madrid. Lo uso para clima, horarios y agenda.",
407
+ "en": "For example, Europe/Madrid. I use it for weather, schedules, and calendar.",
408
408
  },
409
409
  "type": "text",
410
- "writes": "meta.interests",
410
+ "writes": "user.timezone",
411
411
  "file": "calibration.json",
412
412
  "optional": True,
413
- "validate": r"^.{0,300}$",
413
+ "validate": r"^[A-Za-z_+\-/0-9 ]{0,80}$",
414
414
  },
415
415
  {
416
416
  "id": "technical_level",