mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Update faq.md
This commit is contained in:
parent
5c10944054
commit
63926a43b8
1 changed files with 1 additions and 2 deletions
|
@ -364,7 +364,6 @@ the task you are working on. Just add those files to the chat.
|
||||||
Usually when people want to add "all the files" it's because they think it
|
Usually when people want to add "all the files" it's because they think it
|
||||||
will give GPT helpful context about the overall code base.
|
will give GPT helpful context about the overall code base.
|
||||||
Aider will automatically give GPT a bunch of additional context about
|
Aider will automatically give GPT a bunch of additional context about
|
||||||
how those specific files relate to
|
|
||||||
the rest of your git repo.
|
the rest of your git repo.
|
||||||
It does this by analyzing your entire codebase in light of the
|
It does this by analyzing your entire codebase in light of the
|
||||||
current chat to build a compact
|
current chat to build a compact
|
||||||
|
@ -379,7 +378,7 @@ Again, it's usually best to just add the files to the chat that will need to be
|
||||||
If you still wish to add lots of files to the chat, you can:
|
If you still wish to add lots of files to the chat, you can:
|
||||||
|
|
||||||
- Use a wildcard when you launch aider: `aider src/*.py`
|
- Use a wildcard when you launch aider: `aider src/*.py`
|
||||||
- Use a wildcard with the in chat `/add` command: `/add src/*.py`
|
- Use a wildcard with the in-chat `/add` command: `/add src/*.py`
|
||||||
- Give the `/add` command a directory name and it will recurisvely add every file under that dir: `/add src`
|
- Give the `/add` command a directory name and it will recurisvely add every file under that dir: `/add src`
|
||||||
|
|
||||||
## Can I specify guidelines or conventions?
|
## Can I specify guidelines or conventions?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue