CodeepCodeep
Current docs

Codeep Documentation

Codeep is one autonomous AI coding agent across the terminal, macOS, VS Code, and the web dashboard. It reads your project, executes commands, writes and verifies code, and keeps every important step visible.

New to Codeep? Start with the Installation guide and Quick Start.

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.