Releases: Yakoub-ai/neural-memory
Releases · Yakoub-ai/neural-memory
Release list
v0.9.0
What's Changed
Features
- staleness auto-refresh, impact analysis, FTS5 search, session history (v0.9.0)
- graph view — show all connections, auto-center, back navigation, back-edges (v0.8.0)
Other Changes
- Update README.md
Full changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Features
- graph view — show all connections, auto-center, back navigation, back-edges (v0.8.0)
Full changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
Bug Fixes
- bump to v0.7.4 to force marketplace cache refresh
- remove explicit hooks path from plugin.json (auto-loaded by convention)
- correct agent frontmatter YAML and hooks.json schema for plugin validator
Other Changes
- test: add plugin manifest validation, path integrity, and version consistency tests
Full changelog: v0.7.3...v0.7.4
v0.7.3
Bug Fixes
- Fixed manifest validation error on install — The
agentsfield inplugin.jsonwas set to a string path ("./agents"), which the plugin validator rejects withagents: Invalid input. Removed the field entirely; theagents/directory is auto-discovered by default and does not need to be declared in the manifest.
Other Changes
- Added
tests/test_plugin_manifest.py: validates manifest structure, referenced path integrity, version consistency across all four version files, and bump_version.py correctness — so this class of bug is caught before publish.
Full changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
Other Changes
- docs: complete README and CLAUDE.md overhaul (v0.7.2)
Full changelog: v0.7.1...v0.7.2
v0.6.7
What's Changed
Features
- feat(ambient): automatic context injection, task/bug lifecycle, archive tools (v0.6.7)
Full changelog: v0.6.6...v0.6.7
v0.6.6 — Hierarchical Tree Graph
What's Changed
Features
- feat(dashboard): replace force graph with hierarchical tree (v0.6.6)
Full changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
Other Changes
- chore: bump to v0.6.5
- docs: fix accuracy — 138-dim embeddings, multi-language, version sync
- perf+test: extend bulk edge path to incremental update, add direct tests
- perf: bulk edge query for structural features eliminates N+1 SQL pattern
- test: fix review issues — threshold control, stale-files branch, assertion precision
- perf: batch transactions for LSP/overview upserts, cache nodes across pipeline
- test: add comprehensive tests for languages.py detection and patterns
- test: add comprehensive tests for agent.py staleness checker
- chore: housekeeping — gitignore, error handling, untrack stale artifacts
Full changelog: v0.6.0...v0.6.5
v0.6.0
What's Changed
Features
- multi-language tree-sitter support — 7 languages verified (v0.6.0)
Other Changes
- chore: bump plugin.json to v0.6.0 — missed in version sync
- chore: drop Python 3.10/3.11 support, require 3.12+
Full changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
Other Changes
- chore: bump to v0.5.2 — version sync automation + CI Node.js 24
Full changelog: v0.5.1...v0.5.2