Semantic Search
Natural-language code search powered by sentence-transformers and FAISS. Find code by meaning, not just keywords — queries are embedded into vectors and matched against your entire codebase.
Semantic code search, AI-assisted understanding, and workspace tooling for developers and AI agents.
# Install
pip install -e "."
# Initialize & index your project
cd /path/to/your-project
codex init
codex index .
codex doctor
# Search your code
codex search "authentication middleware"
# AI-powered analysis
codex ask "How does the auth flow work?"
codex quality src/
codex hotspots| Metric | Value |
|---|---|
| Version | 0.28.0 |
| CLI Commands | 36 |
| AI Agent Tools | 8 (+ plugin-registered) |
| Plugin Hooks | 22 |
| Packages | 26 |
| Parsed Languages | 12 |
| Tests | 2595+ |