diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index da2acdf95a1..bad6a9cf2d8 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -35,7 +35,9 @@ class EditBlockPrompts(CoderPrompts): Just suggest shell commands this way, not example code. Only suggest complete shell commands that are ready to execute, without placeholders. -Only suggest at most a few shell commands at a time, not more than 1-3. +Only suggest at most a few shell commands at a time, not more than 1-3, one per line. +Do not suggest multi-line shell commands. +All shell commands will run from the root directory of the user's project. Use the appropriate shell based on the user's system info: {platform}