codanna

Code intelligence system with semantic search capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Code intelligence system with semantic search

Commands

codanna

Examples

Search for a function or concept across your codebase$ codanna search 'authentication handler'
Index a directory for semantic analysis$ codanna index /path/to/project
Find similar code patterns in your repository$ codanna analyze --semantic /path/to/file.js