Releases: Ramsbaby/openclaw-memorybox
Releases · Ramsbaby/openclaw-memorybox
v2.0.0 — Install Once, Forget Forever
What's New
Repositioned as a lightweight maintenance tool — complementary to Mem0, Supermemory, QMD.
Highlights
- 10 CLI commands:
doctor,analyze,split,archive,health,dedupe,stale,suggest,report,init - 5-step
doctordiagnostic (health + size + duplicates + stale + suggestions) - Reduced dedupe false positives (filters tables, code fences, box-drawing chars)
- Published on ClawHub as
openclaw-memorybox@2.0.0 - Demo GIF, CHANGELOG, full compatibility matrix
Install
git clone https://github.com/Ramsbaby/openclaw-memorybox.git
cd openclaw-memorybox && chmod +x bin/memorybox
sudo ln -sf "$(pwd)/bin/memorybox" /usr/local/bin/memorybox
memorybox doctor ~/openclawResults (production-tested)
| Metric | Before | After |
|---|---|---|
| MEMORY.md | 20KB | 3.5KB (-83%) |
| Context pressure | 98% | 7% |
| Setup time | — | 5 minutes |