viberag 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm install -g viberag
25
25
  cd your-project
26
26
  viberag
27
27
 
28
- # Run /init to configure and index
28
+ # Run the initialization wizard to configure embeddings, run initial indexing, and automatically configure MCP server integration.
29
29
  /init
30
30
 
31
31
  # In addition to allowing Agents to search via the MCP server,
@@ -78,7 +78,7 @@ VibeRAG includes an MCP server that integrates with AI coding tools.
78
78
 
79
79
  ### Setup Wizard
80
80
 
81
- Run `/mcp-setup` in the VibeRAG CLI for interactive setup:
81
+ Run `/mcp-setup` in the VibeRAG CLI for interactive setup. This wizard will attempt to automatically configure your coding agents / editors with viberags MCP server settings.
82
82
 
83
83
  ```bash
84
84
  # Start viberag
@@ -113,7 +113,11 @@ The wizard can auto-configure project-level configs and merge into global config
113
113
 
114
114
  ---
115
115
 
116
- ### Project-Specific Configs
116
+ ### Manual Setup Instructions
117
+
118
+ The following sections describe manual MCP server setup configurations for various editors, and agent CLI commands if applicable.
119
+
120
+ #### Project-Specific Configs
117
121
 
118
122
  These editors use per-project config files that VibeRAG can auto-create.
119
123
 
@@ -373,7 +377,7 @@ Choose your embedding provider during `/init`:
373
377
 
374
378
  | Model | Quant | Download | RAM |
375
379
  | ---------- | ----- | -------- | ----- |
376
- | Qwen3-0.6B | Q8 | ~700MB | ~10GB |
380
+ | Qwen3-0.6B | Q8 | ~700MB | ~1.5GB |
377
381
 
378
382
  - Works completely offline, no API key required
379
383
  - Initial indexing may take time; future updates are incremental
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viberag",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "license": "AGPL-3.0-only",
5
5
  "author": {
6
6
  "name": "Matthew Rideout"
@@ -35,14 +35,15 @@
35
35
  "scripts"
36
36
  ],
37
37
  "dependencies": {
38
- "@lancedb/lancedb": "^0.23.0",
39
38
  "@huggingface/transformers": "^3.8.1",
39
+ "@lancedb/lancedb": "^0.23.0",
40
40
  "apache-arrow": "^18.1.0",
41
41
  "chalk": "^5.6.2",
42
42
  "chokidar": "^5.0.0",
43
43
  "cli-highlight": "^2.1.11",
44
44
  "fast-glob": "^3.3.3",
45
45
  "fastmcp": "^3.26.7",
46
+ "ignore": "^7.0.5",
46
47
  "ink": "^6.6.0",
47
48
  "ink-big-text": "^2.0.0",
48
49
  "ink-gradient": "^3.0.0",