Merge branch 'main' of github.com:Aider-AI/aider

This commit is contained in:
Paul Gauthier 2024-12-25 08:05:55 -05:00
commit 9767759033
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ def setup_git(git_root, io):
except ANY_GIT_ERROR: except ANY_GIT_ERROR:
pass pass
elif cwd == Path.home(): 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 return
elif cwd and io.confirm_ask( elif cwd and io.confirm_ask(
"No git repo found, create one to track aider's changes (recommended)?" "No git repo found, create one to track aider's changes (recommended)?"

View file

@ -21,7 +21,7 @@ new
other top LLMs. other top LLMs.
The new polyglot benchmark uses many popular coding languages The new polyglot benchmark uses many popular coding languages
and was designed to be 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). [code editing benchmark](/docs/leaderboards/edit.html).
This more clearly distinguishes This more clearly distinguishes
the performance of the performance of