nexo-brain 7.12.8 → 7.12.9
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexo-brain",
|
|
3
|
-
"version": "7.12.
|
|
3
|
+
"version": "7.12.9",
|
|
4
4
|
"description": "Local cognitive runtime for Claude Code \u2014 persistent memory, overnight learning, doctor diagnostics, personal scripts, recovery-aware jobs, startup preflight, and optional dashboard/power helper.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "NEXO Brain",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexo-brain",
|
|
3
|
-
"version": "7.12.
|
|
3
|
+
"version": "7.12.9",
|
|
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",
|
package/src/desktop_bridge.py
CHANGED
|
@@ -403,10 +403,10 @@ def _onboard_steps() -> list[dict]:
|
|
|
403
403
|
"id": "timezone",
|
|
404
404
|
"prompt": {"es": "¿En qué zona horaria estás?", "en": "Which timezone are you in?"},
|
|
405
405
|
"hint": {
|
|
406
|
-
"es": "
|
|
407
|
-
"en": "
|
|
406
|
+
"es": "Empieza a escribir tu ciudad o región (Europe/Madrid, America/New_York…). Lo detectamos del sistema, pero lo puedes cambiar.",
|
|
407
|
+
"en": "Start typing your city or region (Europe/Madrid, America/New_York…). We detect it from the system, but you can change it.",
|
|
408
408
|
},
|
|
409
|
-
"type": "
|
|
409
|
+
"type": "timezone",
|
|
410
410
|
"writes": "user.timezone",
|
|
411
411
|
"file": "calibration.json",
|
|
412
412
|
"optional": True,
|