codebase-indexer is the context module of ZGSM (ZhuGe Smart Mind) AI Programming Assistant which running on client. It provides powerful codebase indexing capabilities to support code call graph relationship retrieval for AI programming systems.
- 📊 Code call graph analysis and retrieval
- 🌐 Multi-language support
- Go 1.24.0 or higher
# Clone the repository
git clone https://github.com/zgsm-ai/codebase-indexer.git
cd codebase-indexer
# Install dependencies
go mod tidy
# Build the project
make build
This project is licensed under the Apache 2.0 License.
This project builds upon the excellent work of:
- Tree-sitter - For providing robust parsing capabilities