aider
CLIAI pair programming in your terminal — edit code with LLMs.
0 views
Installation
pip
pip install aider-chatLinks
License
Apache-2.0AI Agent Notes
AI-powered coding assistant that edits files in your git repo
When to use
Pair programming with GPT-4/Claude directly in the terminal
Examples
aider src/main.pyaider --model claude-3-5-sonnet-20241022 --file *.py
Proven Recipes
Start aider with a file🟢 95% success
aider src/main.pyUse Claude as backend🟢 94% success
aider --model claude-3-5-sonnet-20241022 src/Auto-commit changes🟢 92% success
aider --auto-commits src/⚠ Common failures (1)
- No API key → Set ANTHROPIC_API_KEY or OPENAI_API_KEY env var