From fd2ae00caa15e705cf680748eca2b3a3cb1dbadf Mon Sep 17 00:00:00 2001 From: rUv Date: Wed, 31 Dec 2025 06:04:06 +0000 Subject: [PATCH] chore: bump version to 0.1.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New features in this release: - 13 new CLI hooks commands (AST, Diff, Coverage, Graph, Security, RAG) - 16 new MCP tools for Claude Code integration - Enhanced hooks init with v2.0 templates - 9-phase pretrain with attention/GNN capabilities - Comprehensive CLAUDE.md documentation generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- npm/packages/ruvector/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/npm/packages/ruvector/package.json b/npm/packages/ruvector/package.json index f655e7314..42c8111f3 100644 --- a/npm/packages/ruvector/package.json +++ b/npm/packages/ruvector/package.json @@ -1,6 +1,6 @@ { "name": "ruvector", - "version": "0.1.54", + "version": "0.1.65", "description": "High-performance vector database for Node.js with automatic native/WASM fallback", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -8,7 +8,7 @@ "ruvector": "./bin/cli.js" }, "scripts": { - "build": "tsc", + "build": "tsc && cp src/core/onnx/pkg/package.json dist/core/onnx/pkg/", "prepublishOnly": "npm run build", "test": "node test/integration.js" }, @@ -38,7 +38,10 @@ "lora", "ewc", "adaptive-learning", - "continual-learning" + "continual-learning", + "onnx", + "semantic-embeddings", + "minilm" ], "author": "ruv.io Team (https://ruv.io)", "homepage": "https://ruv.io",