You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LAUNCH.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Mỗi ngày bạn paste code vào ChatGPT, bạn đang đốt tiền cho những context không liên quan.**
4
4
5
-
> Ghi chú thương hiệu: `codei` là tên mới của `Codeindex`. Chữ `i` đại diện cho cả `index` và `intelligent`. CLI dùng tên `codei`, còn npm package scope vẫn là `@codeindex/*` để giữ tương thích.
5
+
> Ghi chú thương hiệu: `codei` là tên mới của `Codeindex`. Chữ `i` đại diện cho cả `index` và `intelligent`. Lệnh CLI là `codei`, gói npm để cài CLI là `@codei/cli`, còn core/adapters vẫn giữ dưới `@codei/*`.
Copy file name to clipboardExpand all lines: README-Vietnamese.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Thay vì dump toàn bộ codebase vào prompt (50k+ tokens), `codei` build một hierarchical tree index và dùng LLM reasoning để tìm đúng context — giảm từ **50,000+ token xuống còn ~1,000-3,000 token** per query.
6
6
7
-
> Ghi chú thương hiệu: `codei` là tên mới của `Codeindex`. Chữ `i` mang hai ý nghĩa: `index` và `intelligent`. Tên CLI là `codei`, còn npm package scope vẫn là `@codeindex/*` để giữ tương thích.
7
+
> Ghi chú thương hiệu: `codei` là tên mới của `Codeindex`. Chữ `i` mang hai ý nghĩa: `index` và `intelligent`. Lệnh CLI là `codei`, gói npm để cài CLI là `@codei/cli`, còn core/adapters vẫn giữ dưới `@codei/*`.
8
8
9
9
Inspired by [PageIndex](https://github.com/VectifyAI/PageIndex), adapted cho codebase TypeScript.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> Every time you paste your codebase to ChatGPT or Claude, you're burning tokens. `codei` gives AI exactly the context it needs — nothing more.
6
6
7
-
> Brand note: `codei` is the new product name for `Codeindex`. The `i` stands for both `index` and `intelligent` context retrieval. The CLI is `codei`, while the npm package scope remains `@codeindex/*` for compatibility.
7
+
> Brand note: `codei` is the new product name for `Codeindex`. The `i` stands for both `index` and `intelligent` context retrieval. The CLI command is `codei`, the npm package is `@codei/cli`, and the core/adapter packages remain under `@codei/*`.
-[ ]**Native MCP (Model Context Protocol) Support**: Build an official MCP server for `codeindex` to enable "plug-and-play" integration with Claude Desktop, Cursor, and Windsurf without needing custom scripts.
18
+
-[ ]**Native MCP (Model Context Protocol) Support**: Build an official MCP server for `codei` to enable "plug-and-play" integration with Claude Desktop, Cursor, and Windsurf without needing custom scripts.
19
19
-[ ]**Official VS Code Extension**: A sidebar to visualize the index tree and a status bar to monitor the local server.
20
20
-[ ]**CI/CD Integration**: Official GitHub Action and GitLab Runner scripts for auto-indexing on merge.
Copy file name to clipboardExpand all lines: docs/API.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# API Reference
2
2
3
-
> Brand note: `codei` is the new product and CLI name for `Codeindex`. The `i` stands for both `index` and `intelligent` context retrieval. The npm package scope remains `@codeindex/*` for compatibility.
3
+
> Brand note: `codei` is the new product and CLI name for `Codeindex`. The `i` stands for both `index` and `intelligent` context retrieval. The published CLI package is `@codei/cli`, while the core and adapter packages remain under `@codei/*`.
Copy file name to clipboardExpand all lines: docs/ARCHITECTURE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Overview
4
4
5
-
`codeindex` is a vectorless, reasoning-based code index system. Instead of using vector embeddings for similarity search, it builds a hierarchical tree index and uses LLM reasoning to traverse and retrieve relevant context.
5
+
`codei` is a vectorless, reasoning-based code index system. Instead of using vector embeddings for similarity search, it builds a hierarchical tree index and uses LLM reasoning to traverse and retrieve relevant context.
6
6
7
7
## Why Vectorless?
8
8
9
9
| Approach | Pros | Cons |
10
10
|----------|------|------|
11
11
| Vector Embeddings | Fast similarity search | Requires external storage, token overhead for indexing, embedding drift over time |
0 commit comments