cecli in your browser

Use cecli’s new experimental browser UI to collaborate with LLMs to edit code in your local git repo. cecli will directly edit the code in your local source files, and git commit the changes with sensible commit messages. You can start a new project or work with an existing git repo. cecli works well with GPT-4o, Sonnet 3.7, and DeepSeek Chat V3 & R1. It also supports connecting to almost any LLM.

Use the --browser switch to launch the browser version of cecli:

python -m pip install -U cecli-dev

export OPENAI_API_KEY=<key> # Mac/Linux
setx   OPENAI_API_KEY <key> # Windows, restart shell after setx

cecli --browser