agenr 0.9.53 → 0.9.55
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 +22 -0
- package/dist/chunk-2FNQA2DE.js +3408 -0
- package/dist/chunk-32GIYYN6.js +9036 -0
- package/dist/chunk-7DZFO2EQ.js +9219 -0
- package/dist/chunk-BZUHMQCX.js +9219 -0
- package/dist/chunk-DMY35O2C.js +9037 -0
- package/dist/chunk-FMFRCR4U.js +9217 -0
- package/dist/chunk-MPSRN2P3.js +3399 -0
- package/dist/chunk-RP4SWLQR.js +3403 -0
- package/dist/chunk-WS4Y6W63.js +9217 -0
- package/dist/cli-main.d.ts +48 -0
- package/dist/cli-main.js +16 -13
- package/dist/maintain-6E6FVI4D.js +4028 -0
- package/dist/maintain-7HT2SR7J.js +4028 -0
- package/dist/maintain-AMSBRH7V.js +4028 -0
- package/dist/maintain-QQUUWTL7.js +4028 -0
- package/dist/maintain-SKLTL3CF.js +4028 -0
- package/dist/maintain-VUAX3U6Q.js +4028 -0
- package/dist/openclaw-plugin/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.55 (2026-03-03)
|
|
4
|
+
|
|
5
|
+
### Scoring Improvements
|
|
6
|
+
|
|
7
|
+
- Fix session-start candidate selection to include importance-ordered entries, not just recency (#audit-R1)
|
|
8
|
+
- Replace relative normalization with log-scale absolute thresholds in quality evolution (#audit-Q2)
|
|
9
|
+
- Add cold-start awareness to quality blend ratio - sparse usage data no longer drags scores down (#audit-Q1/Q3)
|
|
10
|
+
- Gentler decay penalty for never-recalled entries in quality evolution (#audit-Q4)
|
|
11
|
+
- Drop SIGNAL_UNCLEAR from 0.4 to 0.2 for faster quality decay on unused entries (#audit-F1)
|
|
12
|
+
- Increase feedback EMA alpha from 0.2 to 0.3 for more responsive quality updates (#audit-F2)
|
|
13
|
+
- Add quality_score as factor in retirement forgettingScore (#audit-F6)
|
|
14
|
+
- Add confirmation bonus (up to +10%) to recall scoring (#audit-R4)
|
|
15
|
+
- Source-weighted initial quality: watcher entries start at 0.4, manual stores at 0.6 (#audit-F5)
|
|
16
|
+
- Wire all new scoring parameters into ScoringConfig for config-only tuning
|
|
17
|
+
|
|
18
|
+
## 0.9.54 (2026-03-03)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- Fix checkpoint not being deleted after successful consolidation when merges occur (#434)
|
|
23
|
+
- Add allPhasesCompleted tracking to prevent deferredPhase3Work from incorrectly persisting checkpoints
|
|
24
|
+
|
|
3
25
|
## 0.9.53 (2026-03-03)
|
|
4
26
|
|
|
5
27
|
### Performance
|