@rlabs-inc/memory 0.3.10 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -336,6 +336,14 @@ This isn't just about remembering facts. It's about preserving:
336
336
 
337
337
  ## Changelog
338
338
 
339
+ ### v0.3.11
340
+ - **Feature**: Agent SDK integration for curator and manager - no API key needed, uses Claude Code OAuth
341
+ - **Feature**: `memory ingest --session <id>` to ingest a single session (useful when automatic curation fails)
342
+ - **Feature**: Manager now runs after each session during ingestion to organize/link memories
343
+ - **Improvement**: Spinner activity indicator during long curator and manager operations
344
+ - **Improvement**: Better manager output with colored stats (superseded, resolved, linked)
345
+ - **Improvement**: DEBUG logs now only show with `--verbose` flag
346
+
339
347
  ### v0.3.10
340
348
  - **Improvement**: Use `which claude` for universal CLI path discovery - works with any installation method (native, homebrew, npm)
341
349