agenr 0.9.50 → 0.9.51

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.51 (2026-03-03)
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix runTraceTool passing unrecognized --json flag to trace CLI (#426)
8
+
9
+ ### Performance
10
+
11
+ - Consolidation now skips entirely when no entries changed since last successful run (#427)
12
+ - Uses watermark pattern (same as edge-decay) to detect entry changes
13
+ - Reduces cron consolidation from ~10 minutes to <1 second when brain is stable
14
+ - Checkpoint-aware: always resumes interrupted runs regardless of watermark
15
+
3
16
  ## 0.9.50 (2026-03-02)
4
17
 
5
18
  ### Features