mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
aider is AI pair programming in your terminal
https://aider.chat/
![]() # Context: USER: change the "Initial commit" message to list the files being added ASSISTANT: ```python coder.py <<<<<<< ORIGINAL commit_message = "Initial commit: Added new files to the git repo." ======= commit_message = f"Initial commit: Added new files to the git repo: {', '.join(new_files)}" >>>>>>> UPDATED ``` |
||
---|---|---|
.flake8 | ||
.pre-commit-config.yaml | ||
coder.py | ||
dump.py | ||
main.py | ||
prompts.py | ||
utils.py |