v0.2.4 - Local-use commands & honest J-score eval
Own-your-data CLI commands
Use PMB as a personal, offline memory you fully control. All of these are
display/write-layer only - retrieval recall@10 and ~70ms p50 are unchanged.
pmb timeline- chronological, day-grouped view of your memorypmb insights- analytics: totals, weekly growth, top topics, lessons/goalspmb digest [today|week|month]- recap of recent memoriespmb export [--format markdown|json]- dump all memory to readable textpmb forget-topic <topic>- archive everything about a topic in one command (reversible)pmb ttl <ulid> 30d+--ttlon note/learn/fact +pmb prune-expired- memory expirypmb tag/untag/tags/tagged- local tags & collectionspmb reminders- overdue / due-soon goalspmb snapshot create|list|restore- local, offline workspace snapshots
Eval harness
- LLM-as-judge (J-score) harness improvements: full reader context,
per-question failure logging, sharper reader prompt. Eval-only - no
recall/product code touched.
Install
pip install -U pmb-ai
Full changelog: CHANGELOG.md
What's Changed
- feat: local-use commands + J-score eval harness by @oleksiijko in #7
Full Changelog: v0.2.3...v0.2.4