From b4b752f643e9006828ebb883c670d34813ee86ed Mon Sep 17 00:00:00 2001 From: Sagar M Date: Sun, 8 Mar 2026 20:49:40 -0400 Subject: [PATCH] Add Beacon: semantic code search plugin for Claude Code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 332c22d..5bb972b 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Buildt](https://www.buildt.ai/) — Natural language search for repositories. Waitlist. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. +- [Beacon](https://github.com/sagarmk/beacon-plugin) — Semantic code search plugin for Claude Code that combines embedding-based similarity with BM25 keyword matching. Indexes locally via Ollama and stores everything in SQLite. ## Testing