Skip to content

Commit

Permalink
Update shell cmd prompt: no multi-line, run from project root
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 10, 2024
1 parent 2b46a8b commit 57ad6cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aider/coders/editblock_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 57ad6cc

Please sign in to comment.