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 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