From d5f1359cc2136e9e37ded64589e8337860dd7982 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Aug 2024 10:14:54 -0700 Subject: [PATCH] prompt for dependencies --- aider/coders/editblock_prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 614006e3b..96b081bbd 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -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. """