overview
What is Aider?
Aider is an open-source, terminal-based AI pair programming tool that enables developers to write and edit code using large language models (LLMs). It integrates directly with a user's local Git repository, providing a conversational interface for code modifications. Its core mechanism involves reading relevant files, sending them to a chosen LLM, applying the suggested edits, and automatically committing changes with descriptive messages to Git.