aider

AI pair programmer that edits code in your terminal with Claude

brewmacoslinux
Try with needOr install directly
Source

About

AI pair programming in your terminal

Commands

aider

Examples

Start aider in current directory to begin pair programming$ aider
Add specific files to the aider session for editing$ aider src/main.py src/utils.py
Ask aider to fix bugs or implement features via chat$ aider --message 'Add error handling to the login function'