An AI agent that understands your entire codebase.
- curl
- cJSON
- tree-sitter
- tree-sitter-c
- ninja
- gcc
If you have vcpkg configured then you can simply run vcpkg install at project root.
Make sure that the environment variable OPENAI_API_KEY is set to a valid OpenAI API key.
cmake --preset debugRelease preset:
cmake --preset releasecmake --build ./buildThe application's executable is at ./build/cba
cba takes one command line argument file_path
MIT License