open-codebase-index 0.24.0 → 0.25.1

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.
@@ -10,7 +10,7 @@
10
10
  "name": "codebase-index",
11
11
  "description": "Semantic code search and codebase graph tools for Claude Code",
12
12
  "source": "./",
13
- "version": "0.24.0"
13
+ "version": "0.25.1"
14
14
  }
15
15
  ]
16
16
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebase-index",
3
- "version": "0.24.0",
3
+ "version": "0.25.1",
4
4
  "description": "Semantic code search and codebase graph tools for Claude Code",
5
5
  "displayName": "Codebase Index",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebase-index",
3
- "version": "0.24.0",
3
+ "version": "0.25.1",
4
4
  "description": "Semantic code search and codebase graph tools for Codex",
5
5
  "author": {
6
6
  "name": "Kenneth",
package/README.md CHANGED
@@ -12,6 +12,16 @@
12
12
 
13
13
  New installs should use `open-codebase-index` and `open-codebase-index-mcp`. The legacy package `opencode-codebase-index` and `opencode-codebase-index-mcp` remain supported aliases.
14
14
 
15
+ For terminal use outside an MCP client, install the package globally and use the concise `cbi` command:
16
+
17
+ ```bash
18
+ npm install -g open-codebase-index
19
+ cbi status --project /path/to/repo --host jcode
20
+ cbi search "retry recovery" --project /path/to/repo
21
+ ```
22
+
23
+ `cbi` provides status, indexing, search, definition lookup, and direct caller or callee inspection. See [Installation and host setup](docs/installation.md#human-cli) for the full command reference.
24
+
15
25
  ## Highlights
16
26
 
17
27
  - **Semantic and hybrid retrieval** for questions where you do not know the identifier.