Skip to content

0.1.28 - 2026-05-28

Choose a tag to compare

@github-actions github-actions released this 28 May 12:48

Release Notes

Fixed

  • Redact secret inline spans before cloud LLM claim extraction; skip extraction for wholly secret notes on cloud destinations.
  • MCP memora_get_note redacts secret note bodies and sets body_redacted; query snippets respect note privacy.
  • Reject vault path traversal in memora_capture and constrain indexed note reads to the vault root.
  • Preserve existing claims when claim extraction fails transiently instead of deleting them.
  • Wire claim extraction into memora watch so the claim graph stays current during file watching.
  • MCP memora_record_useful returns an error when query_id is unknown.

Changed

  • MCP loads embedder and retrieval settings from .memora/config.toml (parity with CLI).
  • MCP cited queries use extractive verified fallback when network LLM is disabled (degraded: true).
  • MCP consolidate/challenge require MEMORA_ENABLE_NETWORK_LLM=1 and a configured provider.
  • Privacy settings from [privacy] in config are applied to the query pipeline (redact_secret_in_cloud, warn_on_secret_query).
  • Shared DeterministicEmbedder, build_embedder, and VaultConfig moved into memora-core.

Install memora-cli 0.1.28

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/radotsvetkov/memora/releases/download/v0.1.28/memora-cli-installer.sh | sh

Download memora-cli 0.1.28

File Platform Checksum
memora-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
memora-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
memora-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
memora-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
memora-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum