Expand description
CodeSearch tool: hybrid BM25 + vector semantic search.
Two modes:
- BM25 only (default): tantivy full-text search. No API calls.
- BM25 + Vector: BM25 candidates merged with HNSW vector k-NN search
backed by the
cersei-embeddingscrate (Gemini / OpenAI / custom).