Skip to content

Releases: Alenryuichi/openmemory-plus

v1.5.0

03 Feb 04:43

Choose a tag to compare

📦 Installation

npx [email protected] install

Or 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

02 Feb 19:22

Choose a tag to compare

📦 Installation

npx [email protected] install

Or install globally:

npm install -g [email protected]

Full Changelog: v1.3.2...v1.3.3

v1.3.2

02 Feb 19:17

Choose a tag to compare

📦 Installation

npx [email protected] install

Or install globally:

npm install -g [email protected]

Full Changelog: v1.3.1...v1.3.2

v1.3.0 - Simplified template structure

02 Feb 19:10

Choose a tag to compare

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] install

Or install globally:

npm install -g [email protected]