codebaxing 0.2.18 → 0.2.20
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.
- package/README.md +5 -3
- package/README.vi.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ docker run -d -p 8000:8000 --name chromadb chromadb/chroma
|
|
|
33
33
|
### 2. Index Your Codebase (CLI)
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npx codebaxing index /path/to/your/project
|
|
36
|
+
npx codebaxing@latest index /path/to/your/project
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
This creates a `.codebaxing/` folder with the index. Only needs to be done once per project.
|
|
@@ -53,12 +53,14 @@ Restart your editor. Now you can ask: *"Find the authentication logic"*
|
|
|
53
53
|
|
|
54
54
|
| Command | Description |
|
|
55
55
|
|---------|-------------|
|
|
56
|
-
| `npx codebaxing index <path>` | Index a codebase (**required first**) |
|
|
56
|
+
| `npx codebaxing@latest index <path>` | Index a codebase (**required first**) |
|
|
57
57
|
| `npx codebaxing search <query>` | Search indexed code |
|
|
58
58
|
| `npx codebaxing stats [path]` | Show index statistics |
|
|
59
59
|
| `npx codebaxing install [--editor]` | Install MCP server |
|
|
60
60
|
| `npx codebaxing uninstall [--editor]` | Uninstall MCP server |
|
|
61
61
|
|
|
62
|
+
> **Tip:** Use `@latest` for `index` to ensure you have the newest version.
|
|
63
|
+
|
|
62
64
|
### Search Options
|
|
63
65
|
|
|
64
66
|
```bash
|
|
@@ -81,7 +83,7 @@ After installing, AI agents can use these tools:
|
|
|
81
83
|
| `recall` | Retrieve memories |
|
|
82
84
|
| `forget` | Delete memories |
|
|
83
85
|
|
|
84
|
-
> **Note:** The `index` tool is disabled for AI agents. Use CLI
|
|
86
|
+
> **Note:** The `index` tool is disabled for AI agents. Use CLI: `npx codebaxing@latest index <path>`
|
|
85
87
|
|
|
86
88
|
## Configuration
|
|
87
89
|
|
package/README.vi.md
CHANGED
|
@@ -33,7 +33,7 @@ docker run -d -p 8000:8000 --name chromadb chromadb/chroma
|
|
|
33
33
|
### 2. Index Codebase (CLI)
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npx codebaxing index /path/to/your/project
|
|
36
|
+
npx codebaxing@latest index /path/to/your/project
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Tạo folder `.codebaxing/` chứa index. Chỉ cần làm một lần cho mỗi project.
|
|
@@ -53,12 +53,14 @@ Restart editor. Giờ bạn có thể hỏi: *"Tìm logic xác thực người d
|
|
|
53
53
|
|
|
54
54
|
| Lệnh | Mô tả |
|
|
55
55
|
|------|-------|
|
|
56
|
-
| `npx codebaxing index <path>` | Index codebase (**bắt buộc đầu tiên**) |
|
|
56
|
+
| `npx codebaxing@latest index <path>` | Index codebase (**bắt buộc đầu tiên**) |
|
|
57
57
|
| `npx codebaxing search <query>` | Tìm kiếm code |
|
|
58
58
|
| `npx codebaxing stats [path]` | Xem thống kê index |
|
|
59
59
|
| `npx codebaxing install [--editor]` | Cài MCP server |
|
|
60
60
|
| `npx codebaxing uninstall [--editor]` | Gỡ MCP server |
|
|
61
61
|
|
|
62
|
+
> **Tip:** Dùng `@latest` cho `index` để luôn lấy version mới nhất.
|
|
63
|
+
|
|
62
64
|
### Search Options
|
|
63
65
|
|
|
64
66
|
```bash
|
|
@@ -81,7 +83,7 @@ Sau khi cài, AI agents có thể dùng các tools:
|
|
|
81
83
|
| `recall` | Truy xuất memories |
|
|
82
84
|
| `forget` | Xóa memories |
|
|
83
85
|
|
|
84
|
-
> **Lưu ý:** Tool `index` đã tắt cho AI agents. Dùng CLI
|
|
86
|
+
> **Lưu ý:** Tool `index` đã tắt cho AI agents. Dùng CLI: `npx codebaxing@latest index <path>`
|
|
85
87
|
|
|
86
88
|
## Cấu Hình
|
|
87
89
|
|