Skip to content

PMB

v0.2.1 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 16d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-memory bm25 claude-code codex cursor
+13 more
knowledge-graph lancedb llm local-first mcp memory model-context-protocol privacy python semantic-search sentence-transformers sqlite vector-db

Affected surfaces

crypto_tls breaking_upgrade

Summary

AI summary

Adds nine new agent integrations, git-backed workspace sync, encrypted bundles, memory import, explainable recall, and pluggable embedders.

Full changelog

Adds 6 more agent integrations, git-backed workspace sync, encrypted bundles, memory import, explainable recall, and pluggable embedders. Same engine, same 94.5% LoCoMo recall@10.

Added

  • 9 agent integrations (was 3): claude-code, cursor, codex, windsurf, gemini, vscode, zed, opencode, continue. pmb connect --list shows all; --config-path overrides location.
  • Git-backed workspace sync: pmb workspace init|push|pull|status|clone versions and syncs memory to any git remote (cross-device, team, backups), no server.
  • Encrypted workspace bundles: pmb workspace export|import packs a workspace into one authenticated-encrypted file (scrypt + AES/HMAC), safe even on a public remote. Needs pip install 'pmb-ai[crypto]'.
  • Memory import: pmb import chatgpt|claude|mem0|markdown <path> brings existing history into a fresh workspace.
  • pmb why "<query>": explains recall ranking with a full trace of which PAMVR rules fired and each multiplier.
  • Pluggable embedders: embedding.backend now also accepts ollama and openai, with a dimension guard that prevents mixing incompatible vector sizes.
  • scripts/benchmarks/vs_mem0.py: reproducible head-to-head benchmark vs mem0.

Fixed

  • PyPI page renders README logo and screenshots (absolute image URLs).
  • LanceDB table uses the active embedder's real vector dimension instead of a hardcoded 384.

Notes

  • 57 new regression tests. The 94.5% LoCoMo recall@10 and 70ms p50 are unchanged.

Install: pip install --upgrade pmb-ai

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track PMB

Get notified when new releases ship.

Sign up free

Related context

Earlier breaking changes

  • v0.9.0 Deletes `packs/ru.yaml` and `packs/uk.yaml`; default active packs set to empty tuple.

Beta — feedback welcome: [email protected]