From 457b627b67d935dc7471f6d2c241b0e80b9f11d0 Mon Sep 17 00:00:00 2001 From: fry69 <142489379+fry69@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:15:08 +0200 Subject: [PATCH 1/2] doc: hotfix for Full results table --- aider/website/_posts/2024-09-26-architect.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index 23cb444b0..4d8fc8fa4 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -404,7 +404,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 }}% @@ -412,6 +412,4 @@ this model with aider. {% endfor %} - - - + \ No newline at end of file From 98b3f5bbdb257ba6aff64178c090241c9a01f16c Mon Sep 17 00:00:00 2001 From: mario7421 Date: Sun, 29 Sep 2024 21:07:20 +0200 Subject: [PATCH 2/2] Fix typo in diff prompt --- aider/coders/editblock_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: