diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 4d3502521..488afdca4 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -34,7 +34,7 @@ ONLY EVER RETURN CODE IN A *SEARCH/REPLACE BLOCK*! 4. *Concisely* suggest any shell commands the user might want to run in ```bash blocks. Just suggest shell commands this way, not example code. -Only suggest complete shell commands that area ready to execute, without placeholders. +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. Use the appropriate shell based on the user's system info: diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index 6e78a3f2e..bae9ea1c2 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -407,7 +407,7 @@ this model with aider. {% for item in group.items %} {{ item.model }} - {{ item.editor_model | default: "Baseline" }} + {% if item.editor_model %}{{ item.editor_model }}{% else %}Baseline{% endif %} {{ item.editor_edit_format | default: item.edit_format }} {{ item.pass_rate_2 }}% @@ -415,6 +415,4 @@ this model with aider. {% endfor %} - - - + \ No newline at end of file