codai.app

CodaiCLI

AI-powered CLI assistant for code projects

What is CodaiCLI?

An AI-powered command-line assistant that helps you understand, manage, and edit software projects using natural language. Ask questions about your codebase, generate code, and automate tasks directly from your terminal.

Key Features

Multi-provider AI

Switch between OpenAI, Google Gemini, or Anthropic Claude with a single command.

Interactive configuration

Easy setup wizard for API keys, models, and profiles.

Safe by default

All changes and command executions require explicit user confirmation.

Smart file analysis

Automatically analyzes your project structure for context-aware assistance.

Quick Start

$ pip install codaicli
$ cd your-project
$ codaicli configure # first time only
$ codaicli # start chatting

Commands

use openai/gemini/claude Switch between AI providers
help Show help information
clear Clear the screen
exit Exit CodaiCLI

Security

All changes require user confirmation
API keys stored locally in your user directory
Use .codaiignore to protect sensitive files
No data collected or transmitted without consent