mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
b5c1c50031
commit
98db78887d
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
- [Can I script aider?](#can-i-script-aider)
|
||||
- [What code languages does aider support?](#what-code-languages-does-aider-support)
|
||||
- [How to use pipx to avoid python package conflicts?](#how-to-use-pipx-to-avoid-python-package-conflicts)
|
||||
- [How can I add all the files to the chat?](#how-can-i-add-all-the-files-to-the-chat)
|
||||
- [How can I add ALL the files to the chat?](#how-can-i-add-all-the-files-to-the-chat)
|
||||
- [Can I specify guidelines or conventions?](#can-i-specify-guidelines-or-conventions)
|
||||
- [Can I change the system prompts that aider uses?](#can-i-change-the-system-prompts-that-aider-uses)
|
||||
|
||||
|
@ -300,9 +300,9 @@ Install [pipx](https://pipx.pypa.io/stable/) then just do:
|
|||
pipx install aider
|
||||
```
|
||||
|
||||
## How can I add all the files to the chat?
|
||||
## How can I add ALL the files to the chat?
|
||||
|
||||
People regularly ask about how to add many or all of their repo's files to the chat.
|
||||
People regularly ask about how to add **many or all of their repo's files** to the chat.
|
||||
This is probably not a good idea and will likely do more harm than good.
|
||||
|
||||
The best approach is think about which files need to be changed to accomplish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue