koda-cli 0.1.5

A high-performance AI coding agent built in Rust
Documentation

koda-cli

CLI frontend for the Koda AI coding agent.

Built with ratatui for an inline TUI experience — streaming markdown, tab completion, diff previews, and approval widgets without ever leaving the terminal.

Install

cargo install koda-cli

On first run, an onboarding wizard guides you through provider and API key setup.

Quick start

koda                              # Interactive REPL
koda --provider anthropic         # Use a cloud provider
koda -p "fix the bug in auth.rs"  # Headless one-shot
koda server --stdio               # ACP server for editor integration

Approval modes

Cycle with Shift+Tab:

Mode Behavior
Auto Phase-gated: writes confirmed before plan, auto-approved after
Strict Every non-read action requires confirmation
Safe Read-only: safe bash allowed, mutations blocked

See the README for full documentation.

License

MIT