aider

CLI

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

AI-powered coding assistant that edits files in your git repo

3 curated recipes · not yet executed by the harness#ai#coding#llm#pair-programming

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Start aider with a file

~95% est.
aider src/main.py

Use Claude as backend

~94% est.
aider --model claude-3-5-sonnet-20241022 src/

Auto-commit changes

~92% est.
aider --auto-commits src/
Common failures (1)
  • No API keySet ANTHROPIC_API_KEY or OPENAI_API_KEY env var

Install

pippip install aider-chat

Agent notes

When to use
Pair programming with GPT-4/Claude directly in the terminal
Quick examples
  • aider src/main.py
  • aider --model claude-3-5-sonnet-20241022 --file *.py

Use from an agent

curl -s https://clihub.com/api/tools/aider | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug aider on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗Apache-2.00 views