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/Invalidatesare hidden from query, ranked search, context bundles, recent context, and related REST/MCP tools. Opt in withinclude_invalidated=true.as_ofstill returns what was valid at that time. - Chain-scoped bearer tokens write correctly — single-chain tokens bind omitted
chain_keyto their only chain for auth + execute (full read+write within scope). - Permanent bearer-token delete — dashboard Delete on revoked tokens; CLI
revokevsremove/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
--modetransport docs - Project skills: rust-engineer, concurrency, Criterion
Upgrade
cargo install mentisdb --locked --force
# restart your daemonRecommended for long-lived multi-agent chains:
export MENTISDB_DEDUP_THRESHOLD=0.85Verification
make clippy(warnings as errors)cargo test --all-features- Release build of
mentisdb - Criterion
search_rankedsmoke (sample-size 10; no regression) - Full LoCoMo/LongMemEval not re-run (candidate exclusion, not score-fusion change)