From dfadc3d4c9ce9c72eb4d316e7aebfe5cf8d500cc Mon Sep 17 00:00:00 2001 From: Brad Date: Fri, 15 May 2026 21:10:43 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Reflex=20=E2=80=94=20local-first=20code?= =?UTF-8?q?=20search=20engine=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Paperclip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1f9c1..32115e1 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Tools for understanding, navigating, and getting answers about existing codebase - [Kasava](https://kasava.dev) - Parses codebases and reads every commit so progress reports cite real changes and feature plans are made with real architecture context. - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. +- [Reflex](https://github.com/reflex-search/reflex) — Local-first, full-text code search engine built for AI coding agents. Sub-100ms search across 10k+ files via trigram indexing, with structured JSON output and an optional MCP server so agents can query your entire codebase in a single tool call. ### Database & SQL