codeix 0.5.0

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target/

# npm wrapper
npm/bin/
npm/node_modules/

# Python wrapper
python/dist/
python/*.egg-info/
python/codeix/__pycache__/

# Python common
__pycache__/
*.pyc
*.pyo