Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Paul Gauthier 2024-08-29 11:23:30 -07:00
commit 9072d1571d

View file

@ -25,6 +25,10 @@ but be selective.
Do them one at a time.
Adjust the files added to the chat as you go: `/drop` files that don't need any more changes, `/add` files that need changes for the next step.
## Creating new files
If you want aider to create a new file, add it to the repository first with `/add <file>`, so aider knows this file exists and will write to it. Without this, aider might write the changes to an existing files, even when explicitly asked not to do this.
## For complex changes, discuss a plan first
Use the [`/ask` command](modes.html) to make a plan with aider.