agentic-flow 2.0.1-alpha.11 → 2.0.1-alpha.12

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
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.0.1-alpha.12] - 2025-12-31
6
+
7
+ ### Fixed
8
+ - **HNSW Enabled Status**: Fixed intelligence stats showing "HNSW: Enabled: false"
9
+ - Reordered initialization to call `getIntelligence()` before `getIntelligenceStats()`
10
+ - Now correctly shows "HNSW: Enabled: true" with 150x speedup
11
+
12
+ ### Verified
13
+ - All intelligence stats display correctly
14
+ - HNSW enabled and operational
15
+
5
16
  ## [2.0.1-alpha.11] - 2025-12-31
6
17
 
7
18
  ### Fixed