Skip to content

Tags: blark/mentisdb

Tags

0.9.3.39

Toggle 0.9.3.39's commit message
fix(tui): two-color banner — MENTIS in green, DB in cyan; fix clippy …

…warnings

- Split MENTIS_BANNER const into MENTIS_PART (green) and DB_PART (cyan);
  render_top_left zips the two halves into a two-span Line per row so
  "DB" stands out in cyan against the green "MENTIS" block letters
- Remove unused MouseButton import (all mouse patterns now use wildcard _)
- Replace manual div_ceil expression with .div_ceil(3) in base64_encode
- Reorder pub mod tui / mod skills declaration (formatting only)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

0.9.2.38

Toggle 0.9.2.38's commit message
MentisDB 0.9.2.38 — Smart Stdio MCP, shared service state, reproducib…

…le benchmarks

0.9.1.37

Toggle 0.9.1.37's commit message
docs: rewrite 0.9.1 blog post as comprehensive release post

Comprehensive post covering all 0.9.x features:
- LLM extraction (design, security model, openai-rust2 internals)
- Federated cross-chain search (fleet memory hierarchy pattern)
- pymentisdb v0.9.0 (complete API table, LangChain integration, typed enums)
- Wizard brew-first setup (shebang detection, mcp-remote Node version)
- Complete documentation overhaul summary
- Benchmark results (LoCoMo 10-persona full run pending)
- Other fixes, upgrade instructions, what's next

0.9.0

Toggle 0.9.0's commit message
docs: comprehensive MCP/REST integration guide refresh for 0.9.0

- Add Python client section to README (pymentisdb, LangChain integration)
- Add Setup Scenarios section for Claude Desktop, Claude Code, OpenCode, Codex, Qwen
- docs/mentisdb-third-party-integrations.html: fix broken Claude Desktop path,
  expand to all 37 MCP tools, complete REST endpoint coverage with schemas,
  Python REST examples for every endpoint, troubleshooting section
- docs/pymentisdb-python-client.html: complete MentisDbClient API (webhooks,
  chains, skills, lexical_search, get_thought, traverse, recent_context, head),
  connection configuration, all method signatures
- docs/llm-extracted-memories-design.md: update to reflect openai-rust2 usage,
  extract_memories_from_text API, ExtractionResult, TokenUsage, Security Note
- ENGINEERING_PIPELINE.md Phase 5: add step 5l doc audit requirement
- changelog.txt: add 0.9.0.36 entry
- Cargo.toml: version 0.8.9 → 0.9.0

pymentisdb-v0.9.0

Toggle pymentisdb-v0.9.0's commit message
fix(publish): point packages-dir to pymentisdb/dist where build outpu…

…ts live

0.8.9.36

Toggle 0.8.9.36's commit message
docs: prepare 0.8.9 release — webhooks, lemma expansion, blog post, c…

…hangelog

0.8.8.34

Toggle 0.8.8.34's commit message
docs: prepare 0.8.8 release — changelog, blog post, roadmap update

0.8.7.33

Toggle 0.8.7.33's commit message
Bump version to 0.8.7 for release 0.8.7.33

0.8.6.32

Toggle 0.8.6.32's commit message
chore: bump version to 0.8.6

0.8.5.31

Toggle 0.8.5.31's commit message
0.8.5.31 — Fix update/force-update panic, add tests