Tags: blark/mentisdb
Tags
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>
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
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
fix(publish): point packages-dir to pymentisdb/dist where build outpu… …ts live
PreviousNext