agenr 0.9.43 → 0.9.45
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 +24 -0
- package/dist/chunk-47PIRRGJ.js +8665 -0
- package/dist/chunk-66YFVWW3.js +8750 -0
- package/dist/chunk-A46PT5PY.js +3310 -0
- package/dist/chunk-ERQT4ERH.js +8667 -0
- package/dist/chunk-FNJBBADY.js +8771 -0
- package/dist/chunk-FUSCYKSF.js +3255 -0
- package/dist/chunk-HC3NB6EU.js +3091 -0
- package/dist/chunk-IVAX2VDF.js +3337 -0
- package/dist/chunk-KTOU6LRU.js +8644 -0
- package/dist/chunk-PLH2R7WV.js +8580 -0
- package/dist/chunk-RPYLVUKC.js +9017 -0
- package/dist/chunk-RUPWSJO7.js +8812 -0
- package/dist/chunk-TE7W76T7.js +3013 -0
- package/dist/chunk-U7PGTM4S.js +8766 -0
- package/dist/chunk-UBBNTQKK.js +8793 -0
- package/dist/chunk-VEFUHFSO.js +8712 -0
- package/dist/chunk-WAQQ467K.js +8666 -0
- package/dist/cli-main.d.ts +38 -0
- package/dist/cli-main.js +48 -10
- package/dist/maintain-27EIK3FW.js +3356 -0
- package/dist/maintain-3ZJK2DHH.js +3353 -0
- package/dist/maintain-6AAHTGDH.js +3353 -0
- package/dist/maintain-CESESAHV.js +3356 -0
- package/dist/maintain-FO2GQUK6.js +3353 -0
- package/dist/maintain-K7IDIXRG.js +3356 -0
- package/dist/maintain-KJ7UYFPQ.js +3353 -0
- package/dist/maintain-LMEGXCOZ.js +3353 -0
- package/dist/maintain-O4FNLTFI.js +3353 -0
- package/dist/maintain-OQKS3GUG.js +3353 -0
- package/dist/maintain-WYOAUABX.js +3356 -0
- package/dist/maintain-ZQOEF5Y7.js +3356 -0
- package/dist/openclaw-plugin/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.45 (2026-03-02)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- Reduced default min cluster size from 3 to 2 for better pair clustering (#402)
|
|
8
|
+
- Added subject-match clustering phase for entries sharing exact subjects (#402)
|
|
9
|
+
- Lowered default cosine similarity threshold from 0.72 to 0.68 (#402)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `maintain --full` now bypasses cluster freshness guard (#399)
|
|
14
|
+
|
|
15
|
+
## 0.9.44 (2026-03-02)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- Make recall scoring parameters configurable via `scoring.*` config keys (#392)
|
|
20
|
+
- Allows tuning recall weights, boosts, and thresholds without code changes
|
|
21
|
+
- Threads scoring config through recall and session-start recall paths
|
|
22
|
+
- Add graph recall config knobs: graphBonus, graphSeedCount, graphNeighborLimit, graphMinEdgeWeight, graphMinSeedVectorSim (#392)
|
|
23
|
+
- Suppress demoted source entries when their reflection is in recall results (#389)
|
|
24
|
+
- Prevents redundant results when both a reflection and its sources match a query
|
|
25
|
+
- Backfills results to maintain requested limit after suppression
|
|
26
|
+
|
|
3
27
|
## 0.9.43 (2026-03-02)
|
|
4
28
|
|
|
5
29
|
### Features
|