This is an Open-Source Engine for Codeium.
It is meant to be used by IDEs or their extensions to integrate Codeium more easily, without having to rely on the official closed source binary.
- Context-Aware Ai Code Completions
- Local Code Indexing
- Semi-Context-Aware Ai Chat
- Exclude files from being indexed or sent to Codeium.
- Clone this repository into
.open-codeium
inside your home directory. - Install node.js and npm, if not already present.
- Install the project dependencies with
npm install
in the directory. - Now install an existing or write a new integration.
For writing your own integration, or learning about features like the .codeiumignore
, see the docs.