01Semantic and Keyword Search: Supports precise symbol lookup by identifier name (keyword) or natural language (semantic) queries.
02Fast Codebase Indexing: Utilizes tree-sitter and SQLite with FTS5 and vector search for quick queries on large codebases.
03Multi-language Support: Extracts comprehensive symbols across 15+ programming languages including Go, Java, TypeScript, Rust, and C++.
04Blast Radius Analysis: Identifies every location in the codebase that references a specific symbol to assess potential impact of changes.
05Call Graph Traversal: Automatically maps feature implementations by walking real call relationships outward from a given symbol.
0614 GitHub stars