vera
Semantic code search, regex pattern search, and symbol lookup across a local repository. Returns ranked markdown codeblocks with file path, line range, content, and optional symbol info. Use when the user asks to find where logic lives, what calls a function, how a feature is implemented, which files handle a concept, or wants to explore unfamiliar code by intent. Also use for symbol lookup when the exact name appears in many files. Use `vera grep` for regex pattern matching scoped to indexed files. Use rg for bulk find-and-replace or searching outside the index.
Changelog: Source: GitHub https://github.com/lemon07r/Vera
No comments yet. Be the first one!