Skip to content

v0.2.0

Choose a tag to compare

@bnimit bnimit released this 05 Jun 02:55
· 64 commits to main since this release
969b83f

What's New

Background service management

  • memor service install — run the daemon as a launchd (macOS) or systemd (Linux) service. Starts on login, restarts on crash. No more dedicated terminal.
  • memor service stop / memor service uninstall / memor service status
  • memor version — print installed version

Dashboard redesign

  • Dark fintech aesthetic with orange/amber accents
  • Stacked bar chart showing daily recall activity (hits vs. no-hits)
  • Mini sparklines in metric cards
  • Efficiency stats panel with precision, quality, latency, hit rate
  • Clean dark tables with dot-prefixed status badges

Real token efficiency measurement

  • Parses message.usage from Claude Code transcripts — the actual API token counts, not estimates
  • New session_stats table tracks per-session: input tokens, cache reads, output tokens, tool calls, recall injection counts
  • GET /api/session-efficiency compares sessions with vs. without memor recall to compute real efficiency gains
  • memor reingest backfills historical data

Also

  • New GET /api/recall-trend endpoint for daily recall charts
  • memor-hook is now a proper console_scripts entry point (fix from v0.1.1)
  • install-hook recommends memor service install instead of memor daemon