Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to AutoMem will be documented in this file.

## [0.16.0](https://github.com/verygoodplugins/automem/compare/v0.15.2...v0.16.0) (2026-06-06)


### Features

* **api:** add admin backup endpoint ([#162](https://github.com/verygoodplugins/automem/issues/162)) ([8b1f264](https://github.com/verygoodplugins/automem/commit/8b1f2649f7b5a2f4020a66b4f9eed84ae2c4bcba))
* **consolidation:** expose cluster threshold and min size as env vars ([#163](https://github.com/verygoodplugins/automem/issues/163)) ([7e731f3](https://github.com/verygoodplugins/automem/commit/7e731f358bbd11b565960ee20456b7083a778c36))
* **graph:** support unbounded visualizer snapshots ([#141](https://github.com/verygoodplugins/automem/issues/141)) ([c730128](https://github.com/verygoodplugins/automem/commit/c730128e1eec3c729db905db044dd269b8eccb31))
* **lab:** isolate production clone restores ([#171](https://github.com/verygoodplugins/automem/issues/171)) ([aef90c0](https://github.com/verygoodplugins/automem/commit/aef90c026e6cbe9a2395a1ba80b2376fa66f0fd1))
* **recall:** add state_mode=current|history recall alias ([#173](https://github.com/verygoodplugins/automem/issues/173)) ([b1df86c](https://github.com/verygoodplugins/automem/commit/b1df86c01ef07da848a084966818f2b100c8ba83))
* **scripts:** safer reclassify_with_llm.py with provider flags + tighter prompt ([#164](https://github.com/verygoodplugins/automem/issues/164)) ([a742602](https://github.com/verygoodplugins/automem/commit/a742602f5d6ad2dea5a4d3c387d5b49d610afe2c))


### Bug Fixes

* **benchmarks:** add publication verification bundle ([#166](https://github.com/verygoodplugins/automem/issues/166)) ([420d721](https://github.com/verygoodplugins/automem/commit/420d72190d202af5bff6d872404df7fa4176999b))
* **consolidation:** skip eager first tick at startup to avoid FalkorDB load race ([#165](https://github.com/verygoodplugins/automem/issues/165)) ([1b812cf](https://github.com/verygoodplugins/automem/commit/1b812cf883cbc95632d5f9f1ed180d1865c0638a))
* **mcp-sse:** decouple /health liveness from upstream readiness ([#151](https://github.com/verygoodplugins/automem/issues/151)) ([5bcfb8b](https://github.com/verygoodplugins/automem/commit/5bcfb8b2ec5f2fb32ef56adf0bf5e3032f181530))
* **recall:** respect current memory state ([#170](https://github.com/verygoodplugins/automem/issues/170)) ([ed36b98](https://github.com/verygoodplugins/automem/commit/ed36b98e3e1569dde71aa430417b6549520f7068)), closes [#169](https://github.com/verygoodplugins/automem/issues/169) [#158](https://github.com/verygoodplugins/automem/issues/158) [#159](https://github.com/verygoodplugins/automem/issues/159)


### Documentation

* **evals:** mark Memora/FAMA/WRIT lifecycle diagnostics as diagnostic-only ([#174](https://github.com/verygoodplugins/automem/issues/174)) ([e8a3285](https://github.com/verygoodplugins/automem/commit/e8a3285681cc0b2d6b8d2d188bf481ffe63452ee))
* **positioning:** add scout reference ([#168](https://github.com/verygoodplugins/automem/issues/168)) ([922d23b](https://github.com/verygoodplugins/automem/commit/922d23b6bf40575cdacd7bfe39288c9acd371176))
* refresh README and benchmark guidance ([#157](https://github.com/verygoodplugins/automem/issues/157)) ([bba31cc](https://github.com/verygoodplugins/automem/commit/bba31ccdb864c5fe70de56ed309ff6bd587cdb28))
* **runtime:** align Docker viewer paths and setup guidance ([#155](https://github.com/verygoodplugins/automem/issues/155)) ([bbda79b](https://github.com/verygoodplugins/automem/commit/bbda79b37cc18066b1de9a83ba7a8487cd6c7a7b))

## [0.15.2](https://github.com/verygoodplugins/automem/compare/v0.15.1...v0.15.2) (2026-04-23)


Expand Down
Loading