Hey everyone. I created a Jev Code Finder, a semantic code search CLI
Integrationsby Peu772026-09-19
Hey everyone. I created a Jev Code Finder, a semantic code search CLI
It enables you to ask questions such as:
'Where does user JWT authentication happen?'
It then returns relevant files, line ranges, confidence scores and code snippets. Supported features include .gitignore, hidden-file filtering, parallel scanning, retries, large-file splitting and a live debug tree.
It's currently just a demo, so it isn't perfect yet, but I think it could be useful for quickly locating relevant context inside agent loops before an agent reasons about or edits a codebase
https://github.com/Peu77/JevFind
Links