aider

CLI

AI pair programming in your terminal — edit code with LLMs.

0 views

Installation

pippip install aider-chat

Links

License

Apache-2.0

AI 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.py
  • aider --model claude-3-5-sonnet-20241022 --file *.py

Proven Recipes

Start aider with a file🟢 95% success
aider src/main.py
Use 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 keySet ANTHROPIC_API_KEY or OPENAI_API_KEY env var