Skip to content

v0.1.0 — First open-source release

Choose a tag to compare

@realchendahuang realchendahuang released this 11 Aug 14:07
· 10 commits to main since this release

🎉 First open-source release

Layered persistent memory plugin for OpenCode, ported from the Hermes agent.

Highlights

  • Layered memory: L0 standing instructions / L1 Markdown truth source / L2 token-scored retrieval
  • 5 memory tools: memory_search, memory_add, memory_replace, memory_remove, memory_history
  • Learning loop: background review on idle, flush review before compaction, auto-consolidation at capacity
  • Auto-injection: relevant memories injected per turn (score ≥ 0.4, max 2/turn)
  • Error prefetch: bash failures auto-inject related past lessons
  • Bi-temporal evolution: superseded entries kept in history.md
  • Zero runtime deps beyond @opencode-ai/plugin — pure Markdown, no vector DB

Quality

  • 18/18 regression tests green, tsc --noEmit clean
  • CI (GitHub Actions): test + typecheck on every push/PR
  • Bilingual README (EN/zh-CN), CONTRIBUTING, SECURITY, CODE_OF_CONDUCT

Install

See README.