
Basic Usage
Getting Started with Aider
Working with Aider
To start using Aider:
Launch Aider with your files:
aider <file1> <file2> ...
Request changes at the prompt:
aider > Make a function that calculates factorials
Review the changes Aider proposes
Accept or refine the implementation
Aider will edit your files and automatically commit changes to Git with descriptive commit messages.
Only add the files that need to be edited for your task. Don't add unnecessary files that might distract the model.