From a4ec8e6f9ef5de7e04c2f11d26b8bbab6887ffda Mon Sep 17 00:00:00 2001 From: Pringled Date: Thu, 30 Apr 2026 09:51:19 +0200 Subject: [PATCH 1/2] Update main features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb5e81382..d7b45ee84 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ result.chunk.content # "def save_pretrained(self, path: PathLike, ..." - **Fast**: indexes a repo in ~250 ms and answers queries in ~1.5 ms, all on CPU. - **Accurate**: NDCG@10 of 0.854 on our [benchmarks](#benchmarks), on par with code-specialized transformer models, at a fraction of the size and cost. +- **Token-efficient**: returns only the relevant chunks, using ~98% fewer tokens than grep+read. - **Local and remote**: pass a local path or a git URL. - **MCP server**: drop-in tool for Claude Code, Cursor, Codex, OpenCode, and any other MCP-compatible agent. - **Zero setup**: runs on CPU with no API keys, GPU, or external services required. From b4b93d81590193a7f3b61ce3402812a1bc50a75d Mon Sep 17 00:00:00 2001 From: Pringled Date: Thu, 30 Apr 2026 09:52:23 +0200 Subject: [PATCH 2/2] Update main features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b45ee84..ff7f95ae5 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ result.chunk.content # "def save_pretrained(self, path: PathLike, ..." - **Fast**: indexes a repo in ~250 ms and answers queries in ~1.5 ms, all on CPU. - **Accurate**: NDCG@10 of 0.854 on our [benchmarks](#benchmarks), on par with code-specialized transformer models, at a fraction of the size and cost. - **Token-efficient**: returns only the relevant chunks, using ~98% fewer tokens than grep+read. -- **Local and remote**: pass a local path or a git URL. -- **MCP server**: drop-in tool for Claude Code, Cursor, Codex, OpenCode, and any other MCP-compatible agent. - **Zero setup**: runs on CPU with no API keys, GPU, or external services required. +- **MCP server**: drop-in tool for Claude Code, Cursor, Codex, OpenCode, and any other MCP-compatible agent. +- **Local and remote**: pass a local path or a git URL. ## MCP Server