From 63926a43b8ea2fc0c531cfa2410fea79c3c0ae99 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:13:22 -0700 Subject: [PATCH] Update faq.md --- docs/faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index a041f6e3a..c6b011fca 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 will give GPT helpful context about the overall code base. Aider will automatically give GPT a bunch of additional context about -how those specific files relate to the rest of your git repo. It does this by analyzing your entire codebase in light of the 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: - 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` ## Can I specify guidelines or conventions?