gitnexus 1.6.4-rc.13 → 1.6.4-rc.15

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.
@@ -287,7 +287,8 @@ const doInitLbug = async (dbPath) => {
287
287
  }
288
288
  }
289
289
  }
290
- // Load VECTOR extension for semantic search support
290
+ // Load query extensions once per core adapter session.
291
+ await loadFTSExtension();
291
292
  await loadVectorExtension();
292
293
  currentDbPath = dbPath;
293
294
  return { db, conn };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitnexus",
3
- "version": "1.6.4-rc.13",
3
+ "version": "1.6.4-rc.15",
4
4
  "description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
5
5
  "author": "Abhigyan Patwari",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",