Aider
Install
pip install aider-chat
# or
pipx install aider-chatAuthenticate
Set the API key for your model:
# Anthropic
export ANTHROPIC_API_KEY="sk-ant-..."
# OpenAI
export OPENAI_API_KEY="sk-..."See aider.chat/docs/llms.html for other providers.
Launch
Aider runs in a standard terminal — open one with ⌘+⌥+1, then type aider.
FlagDescription--model <model>Choose the AI model--auto-commitsCommit after every edit (default on)--no-auto-commitsDisable automatic commits--yesAuto-accept all proposed changes--lintRun linter after each editFull reference: aider.chat/docs
Last updated on