Releases: Alenryuichi/openmemory-plus
Releases · Alenryuichi/openmemory-plus
v1.5.0
📦 Installation
npx [email protected] installOr install globally:
npm install -g [email protected]What's Changed
- feat(memory): 智能记忆系统增强 - 分类/过滤/衰减/冲突检测 by @Alenryuichi in #2
Full Changelog: v1.4.0...v1.5.0
v1.3.3
📦 Installation
npx [email protected] installOr install globally:
npm install -g [email protected]Full Changelog: v1.3.2...v1.3.3
v1.3.2
📦 Installation
npx [email protected] installOr install globally:
npm install -g [email protected]Full Changelog: v1.3.1...v1.3.2
v1.3.0 - Simplified template structure
Breaking Changes
- Remove IDE config files (AGENTS.md, CLAUDE.md, .cursorrules, gemini.md)
- Agent discovers /memory command via commands/ directory
Features
- Multi-select IDE support
- BMAD workflow pattern for memory commands
- Simplified install flow
Directory Structure
_omp/ # Core directory (SSOT)
├── .memory/ # Memory storage
├── commands/ # Command entry points
├── workflows/ # Workflow steps
└── skills/ # Skills
.{ide}/commands/ # IDE entry points
.{ide}/skills/ # IDE skills
📦 Installation
npx [email protected] installOr install globally:
npm install -g [email protected]