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 +11 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/mcp/fastmcp/tools/hooks/intelligence-tools.d.ts.map +1 -1
- package/dist/mcp/fastmcp/tools/hooks/intelligence-tools.js +2 -1
- package/dist/mcp/fastmcp/tools/hooks/intelligence-tools.js.map +1 -1
- package/package.json +1 -1
- package/wasm/reasoningbank/reasoningbank_wasm_bg.js +2 -2
- package/wasm/reasoningbank/reasoningbank_wasm_bg.wasm +0 -0
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
|