Skip to content

v0.6.0 — Global Memories & Negative Feedback

Choose a tag to compare

@bnimit bnimit released this 10 Jun 03:27
· 32 commits to main since this release
cea34d8

What's New

Global Memories

Patterns that appear in 3+ projects are now automatically promoted to a _global scope. Global memories are recalled everywhere — your coding habits and preferences follow you into new projects from the first prompt.

  • Cross-project clustering detects shared patterns automatically
  • Source duplicates are deactivated (superseded by the global version)
  • No manual tagging needed

Negative Feedback Signals

Memor now detects when recalled memories get corrected or contradicted by the user or assistant:

  • User rejection: "no that's wrong", "we switched to X"
  • Assistant contradiction: "however, looking at the current code, we actually use Y"

Corrected memories receive a quality penalty via Bayesian scoring ((uses - negatives + 1) / (recalls + 2)), making them less likely to be recalled next time.

Dashboard Updates

  • Version badge in the topbar
  • Hero metric grid fixed to 5 columns
  • Global memory count shown in hero metrics
  • Negative feedback column in memory quality table

Other

  • Updated README with global memories and negative feedback documentation

Full Changelog: v0.5.1...v0.6.0