claude-local-docs 1.0.16 → 1.0.17

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.
@@ -7,13 +7,13 @@
7
7
  "email": "matteodante@users.noreply.github.com"
8
8
  },
9
9
  "metadata": {
10
- "version": "1.0.7"
10
+ "version": "1.0.17"
11
11
  },
12
12
  "plugins": [
13
13
  {
14
14
  "name": "claude-local-docs",
15
15
  "description": "Offline-capable documentation search for JS/TS projects. Reads your package.json, fetches docs (preferring llms.txt), and indexes them with a 4-stage RAG pipeline: vector search + BM25 keywords + RRF fusion + cross-encoder reranking. Embeddings and reranking run via TEI (HuggingFace Text Embeddings Inference) Docker containers with auto GPU detection (NVIDIA CUDA, Apple Metal).",
16
- "version": "1.0.7",
16
+ "version": "1.0.17",
17
17
  "author": {
18
18
  "name": "matthew"
19
19
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-local-docs",
3
- "version": "1.0.7",
3
+ "version": "1.0.17",
4
4
  "description": "Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline (vector + BM25 + RRF + cross-encoder reranking). Uses TEI Docker containers for GPU-accelerated embeddings and reranking.",
5
5
  "author": {
6
6
  "name": "matthew",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-local-docs",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline. Uses TEI (Text Embeddings Inference) Docker containers for embeddings and reranking.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",