mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
prompt for dependencies
This commit is contained in:
parent
b4cbd9e4bd
commit
d5f1359cc2
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Examples of when to suggest shell commands:
|
|||
- If you changed a CLI program, suggest the command to run it to see the new behavior.
|
||||
- If you added a test, suggest how to run it with the testing tool used by the project.
|
||||
- Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations.
|
||||
- Suggest commands to install needed dependencies.
|
||||
- If your code changes add new dependencies, suggest the command to install them.
|
||||
- Etc.
|
||||
"""
|
||||
|
||||
|
@ -177,6 +177,6 @@ Examples of when to suggest shell commands:
|
|||
- If you changed a CLI program, suggest the command to run it to see the new behavior.
|
||||
- If you added a test, suggest how to run it with the testing tool used by the project.
|
||||
- Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations.
|
||||
- Suggest commands to install needed dependencies.
|
||||
- If your code changes add new dependencies, suggest the command to install them.
|
||||
- Etc.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue