
AI pair programming in your terminal — edits code across multiple files in your local git repository and auto-commits each change.
Aider is a command-line coding agent that edits code directly in your local git repository. You describe a change in natural language; Aider plans the edit, applies it across one or more files using its "edit-format" diff protocol, runs your tests/linters if configured, and commi…