Skip to content

Releases: Yakoub-ai/neural-memory

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 06:46

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

Choose a tag to compare

@github-actions github-actions released this 05 Apr 15:44

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 21:29

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 19:59

Bug Fixes

  • Fixed manifest validation error on install — The agents field in plugin.json was set to a string path ("./agents"), which the plugin validator rejects with agents: Invalid input. Removed the field entirely; the agents/ 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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 19:48

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 18:45

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

Choose a tag to compare

@6ogo 6ogo released this 04 Apr 15:54

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

Choose a tag to compare

@6ogo 6ogo released this 04 Apr 13:16

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:49

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 08:19

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