@codragraph/cli 2.2.0-rc.6 → 2.2.0

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 +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -65,16 +65,16 @@ If you prefer to configure manually instead of using `codragraph setup`:
65
65
 
66
66
  ```bash
67
67
  # macOS / Linux
68
- claude mcp add codragraph -- npx -y @codragraph/cli@2.2.0-rc.6 mcp
68
+ claude mcp add codragraph -- npx -y @codragraph/cli@2.2.0 mcp
69
69
 
70
70
  # Windows
71
- claude mcp add codragraph -- cmd /c npx -y @codragraph/cli@2.2.0-rc.6 mcp
71
+ claude mcp add codragraph -- cmd /c npx -y @codragraph/cli@2.2.0 mcp
72
72
  ```
73
73
 
74
74
  ### Codex (full support — MCP + skills)
75
75
 
76
76
  ```bash
77
- codex mcp add codragraph -- npx -y @codragraph/cli@2.2.0-rc.6 mcp
77
+ codex mcp add codragraph -- npx -y @codragraph/cli@2.2.0 mcp
78
78
  ```
79
79
 
80
80
  ### Cursor / Windsurf
@@ -86,7 +86,7 @@ Add to `~/.cursor/mcp.json` (global — works for all projects):
86
86
  "mcpServers": {
87
87
  "codragraph": {
88
88
  "command": "npx",
89
- "args": ["-y", "@codragraph/cli@2.2.0-rc.6", "mcp"]
89
+ "args": ["-y", "@codragraph/cli@2.2.0", "mcp"]
90
90
  }
91
91
  }
92
92
  }
@@ -101,7 +101,7 @@ Add to `~/.config/opencode/config.json`:
101
101
  "mcp": {
102
102
  "codragraph": {
103
103
  "command": "npx",
104
- "args": ["-y", "@codragraph/cli@2.2.0-rc.6", "mcp"]
104
+ "args": ["-y", "@codragraph/cli@2.2.0", "mcp"]
105
105
  }
106
106
  }
107
107
  }
@@ -309,9 +309,9 @@ It is fixed in **codragraph v1.6.2+**. Upgrade to the current workspace
309
309
  version, or pin the version your team has validated:
310
310
 
311
311
  ```bash
312
- npx @codragraph/cli@2.2.0-rc.6 analyze # no global install
312
+ npx @codragraph/cli@2.2.0 analyze # no global install
313
313
  # or
314
- npm install -g @codragraph/cli@2.2.0-rc.6 # upgrade a global install
314
+ npm install -g @codragraph/cli@2.2.0 # upgrade a global install
315
315
  ```
316
316
 
317
317
  If you still hit npm install issues after upgrading, these generic workarounds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codragraph/cli",
3
- "version": "2.2.0-rc.6",
3
+ "version": "2.2.0",
4
4
  "description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
5
5
  "author": {
6
6
  "name": "Thinqmesh Technologies",
@@ -56,7 +56,7 @@
56
56
  "prepack": "node scripts/build.js"
57
57
  },
58
58
  "dependencies": {
59
- "@codragraph/graphstore": "^2.2.0-rc.6",
59
+ "@codragraph/graphstore": "^2.2.0",
60
60
  "@huggingface/transformers": "^4.1.0",
61
61
  "@ladybugdb/core": "^0.16.0",
62
62
  "@modelcontextprotocol/sdk": "^1.0.0",