AI pair programming in your terminal

cecli lets you pair program with LLMs to start a new project or build on your existing codebase.

Features

Getting Started

python -m pip install cecli-dev

# Change directory into your codebase
cd /to/your/project

# DeepSeek
cecli --model deepseek --api-key deepseek=<key>

# Claude 3.7 Sonnet
cecli --model sonnet --api-key anthropic=<key>

# o3-mini
cecli --model o3-mini --api-key openai=<key>

Want more details?

More Information

Documentation

Everything you need to get started and make the most of cecli

Community & Resources

Connect with other users and find additional resources