Skip to content

MentisDB 0.10.5.50

Latest

Choose a tag to compare

@gubatron gubatron released this 13 Jul 22:57

MentisDB 0.10.5.50 — Search Invalidation, Bearer Write Fix, Token Delete

Released: July 13, 2026
crates.io: 0.10.5 · git tag: 0.10.5.50

Highlights

  • Default search excludes invalidated thoughts — targets of later Supersedes / Corrects / Invalidates are hidden from query, ranked search, context bundles, recent context, and related REST/MCP tools. Opt in with include_invalidated=true. as_of still returns what was valid at that time.
  • Chain-scoped bearer tokens write correctly — single-chain tokens bind omitted chain_key to their only chain for auth + execute (full read+write within scope).
  • Permanent bearer-token delete — dashboard Delete on revoked tokens; CLI revoke vs remove/delete; API split accordingly.
  • Docs — README, CLI help, docs.mentisdb.com invalidation/dedup; Claude second-brain blog post.

Also included

  • Dashboard chain explorer column alignment
  • Faster startup migrations (no full chain open for health checks)
  • CLI --mode transport docs
  • Project skills: rust-engineer, concurrency, Criterion

Upgrade

cargo install mentisdb --locked --force
# restart your daemon

Recommended for long-lived multi-agent chains:

export MENTISDB_DEDUP_THRESHOLD=0.85

Verification

  • make clippy (warnings as errors)
  • cargo test --all-features
  • Release build of mentisdb
  • Criterion search_ranked smoke (sample-size 10; no regression)
  • Full LoCoMo/LongMemEval not re-run (candidate exclusion, not score-fusion change)

Links