Codeep Documentation
Codeep is an autonomous AI coding agent for the terminal. It reads your project, executes commands, writes and edits code, and verifies its own work — powered by your choice of LLM.
What is Codeep?
Codeep is a terminal-based AI assistant that goes beyond simple chat. It has full access to your project: reads files, runs shell commands, edits code, commits to git, and verifies changes by running your build or test suite.
It works with all major AI providers — DeepSeek, Anthropic Claude, Google Gemini, GLM, MiniMax, OpenAI, and any OpenAI-compatible API. You bring your own API key.
Quick Navigation
Key Concepts
Agent Mode — The default mode where Codeep autonomously plans and executes a sequence of actions to complete your task. It can write files, run commands, fix errors, and iterate until done.
Sessions — Codeep saves your conversation history. You can resume a previous session, export it, or search through all past sessions.
Skills — Pre-built shortcuts for common tasks like/commit,/diff,/review, and 50+ more.
Project Rules — Define AI behavior per project with a .codeep/rules.md or CODEEP.md file. Rules are automatically injected into every prompt.