From d28e2f0f56888784c263102d323bef3bdcb249e9 Mon Sep 17 00:00:00 2001 From: apaz-cli Date: Mon, 23 Dec 2024 08:50:25 -0600 Subject: [PATCH 1/2] Rephrase home dir warning --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 8b2cd3b24..31dc79c41 100644 --- a/aider/main.py +++ b/aider/main.py @@ -113,7 +113,7 @@ def setup_git(git_root, io): except ANY_GIT_ERROR: pass elif cwd == Path.home(): - io.tool_warning("You should probably run aider in a directory, not your home dir.") + io.tool_warning("You should probably run aider in your project's directory, not your home dir.") return elif cwd and io.confirm_ask( "No git repo found, create one to track aider's changes (recommended)?" From b51768b08e4afadd819b9b38de584e3f2f5f5858 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:01:03 -0800 Subject: [PATCH 2/2] Update 2024-12-21-polyglot.md --- aider/website/_posts/2024-12-21-polyglot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_posts/2024-12-21-polyglot.md b/aider/website/_posts/2024-12-21-polyglot.md index 479038d41..7b81f21fa 100644 --- a/aider/website/_posts/2024-12-21-polyglot.md +++ b/aider/website/_posts/2024-12-21-polyglot.md @@ -21,7 +21,7 @@ new other top LLMs. The new polyglot benchmark uses many popular coding languages and was designed to be -*much more challenging* than aider's old +*much more challenging* than aider's original [code editing benchmark](/docs/leaderboards/edit.html). This more clearly distinguishes the performance of