Skip to content

v0.2.4 - Local-use commands & honest J-score eval

Choose a tag to compare

@oleksiijko oleksiijko released this 02 Jun 19:30
· 47 commits to main since this release
3cd640a

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 memory
  • pmb insights - analytics: totals, weekly growth, top topics, lessons/goals
  • pmb digest [today|week|month] - recap of recent memories
  • pmb export [--format markdown|json] - dump all memory to readable text
  • pmb forget-topic <topic> - archive everything about a topic in one command (reversible)
  • pmb ttl <ulid> 30d + --ttl on note/learn/fact + pmb prune-expired - memory expiry
  • pmb tag / untag / tags / tagged - local tags & collections
  • pmb reminders - overdue / due-soon goals
  • pmb 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