agenr 0.9.56 → 0.9.58

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.58 (2026-03-03)
4
+
5
+ ### Improvements
6
+
7
+ - Rewrite reflection synthesis prompt for fact preservation - LLM now preserves all numbers, versions, and paths; can reject incoherent clusters; anti-editorializing rules added (#443)
8
+
9
+ ## 0.9.57 (2026-03-03)
10
+
11
+ ### Improvements
12
+
13
+ - Semantic coherence gate on cluster formation - clusters below 0.45 average pairwise cosine similarity are rejected to prevent cross-domain contamination in reflections (#441)
14
+
3
15
  ## 0.9.56 (2026-03-03)
4
16
 
5
17
  ### Bug Fixes