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 +28 -0
- package/dist/chunk-4OD5QZ3I.js +3375 -0
- package/dist/chunk-7JA4N2KG.js +3375 -0
- package/dist/chunk-KCG2YY2G.js +9029 -0
- package/dist/chunk-R33ELQFQ.js +9014 -0
- package/dist/chunk-YFLUP2FB.js +9029 -0
- package/dist/cli-main.js +4 -4
- package/dist/maintain-47H3AGPB.js +3859 -0
- package/dist/maintain-AQYIRKFN.js +3865 -0
- package/dist/maintain-KVGFDAZH.js +3865 -0
- package/dist/openclaw-plugin/index.js +5 -6
- package/package.json +1 -1
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
|