agenr 0.9.52 → 0.9.54
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 +15 -0
- package/dist/chunk-32GIYYN6.js +9036 -0
- package/dist/chunk-BXNPBRIB.js +9034 -0
- package/dist/chunk-DMY35O2C.js +9037 -0
- package/dist/cli-main.js +3 -3
- package/dist/maintain-6E6FVI4D.js +4028 -0
- package/dist/maintain-JU452SRK.js +4028 -0
- package/dist/maintain-QQUUWTL7.js +4028 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.54 (2026-03-03)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- Fix checkpoint not being deleted after successful consolidation when merges occur (#434)
|
|
8
|
+
- Add allPhasesCompleted tracking to prevent deferredPhase3Work from incorrectly persisting checkpoints
|
|
9
|
+
|
|
10
|
+
## 0.9.53 (2026-03-03)
|
|
11
|
+
|
|
12
|
+
### Performance
|
|
13
|
+
|
|
14
|
+
- Consolidation now tracks changes per entry type, skipping dedup for unchanged types (#430)
|
|
15
|
+
- Add 30-minute minimum entry age filter to prevent active session ingestion from triggering wasteful consolidation runs
|
|
16
|
+
- Reduces LLM calls during cron when only some entry types have new data
|
|
17
|
+
|
|
3
18
|
## 0.9.52 (2026-03-03)
|
|
4
19
|
|
|
5
20
|
### Bug Fixes
|