Skip to content

ClawLite v0.5.0

Latest

Choose a tag to compare

@forgesynapseltd forgesynapseltd released this 27 Jul 06:49

What's New in v0.5.0

Added

  • /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:
    /exportarexport/exporter/exportieren, /olvidaforget/
    oublie/vergiss, /recordatoriosreminders/rappels/
    erinnerungen, /vozvoice/voix/stimme, /modelomodel/
    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.