agenr 0.9.50 → 0.9.52

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/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.52 (2026-03-03)
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix consolidation checkpoint not being deleted after successful completion (#431)
8
+ - Fix toErrorMessage losing context for non-Error objects (#365)
9
+ - Fix mapBufferToVector throwing on unaligned ArrayBufferView byteOffset (#366)
10
+ - Fix resolveUserPath incorrectly expanding ~username paths (#367)
11
+ - Fix isHeartbeatPoll not detecting heartbeat prompts, causing unnecessary mid-session recall
12
+ - Fix resolveUserPath not handling Windows-style backslash paths (CodeRabbit)
13
+
14
+ ### Improvements
15
+
16
+ - Add progress counter to reflection task during maintain (#404)
17
+
18
+ ## 0.9.51 (2026-03-03)
19
+
20
+ ### Bug Fixes
21
+
22
+ - Fix runTraceTool passing unrecognized --json flag to trace CLI (#426)
23
+
24
+ ### Performance
25
+
26
+ - Consolidation now skips entirely when no entries changed since last successful run (#427)
27
+ - Uses watermark pattern (same as edge-decay) to detect entry changes
28
+ - Reduces cron consolidation from ~10 minutes to <1 second when brain is stable
29
+ - Checkpoint-aware: always resumes interrupted runs regardless of watermark
30
+
3
31
  ## 0.9.50 (2026-03-02)
4
32
 
5
33
  ### Features