You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/exportar (aliases: /export, /exporter, /exportieren) now delivers
your complete memory as 7 Markdown files: chat history, profile (facts,
goals, tasks, interests, reminders), conversation summary, brand
profile, behavior patterns, knowledge graph, and watches. Previously it
only delivered 2 files.
Multilingual aliases for 5 commands that were hardcoded in Spanish: /exportar→export/exporter/exportieren, /olvida→forget/ oublie/vergiss, /recordatorios→reminders/rappels/ erinnerungen, /voz→voice/voix/stimme, /modelo→model/ modele. Chinese/Russian/Japanese users are covered by the English
alias (a real constraint of the Telegram Bot API: command names only
accept Latin letters).
The Synthesizer (used when combining research with brand/context) now
distinguishes in its wording between findings corroborated by multiple
sources and findings with conflicting reports across sources, reusing
the same calibration mechanism already used by the research engine.
Fixed
The "unknown command" message replied in English after a bot restart,
regardless of the user's actual language — it read an in-memory session
cache instead of the persisted language string already used by every
other command.
The /exportar zip's caption was hardcoded in Spanish — it now uses the
multilingual catalog, same as every other deterministic message in the
project.
Removed a duplicate, concurrent write in hierarchical memory (behavior
patterns and knowledge graph): two code paths were writing the same
learning for the same turn, causing duplicate LLM calls and a real,
unguarded race on behavior patterns.