From 6c4945794a62a6b6421e4a2d996216333796eebb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 16:13:13 -0700 Subject: [PATCH] copy --- README.md | 13 +++++++++++-- website/index.md | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fcf6e78b2..16925c3f6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and can [connect to almost any LLM](https://aider.chat/docs/llms.html).

- aider screencast + aider screencast

@@ -45,7 +45,7 @@ $ aider --opus - Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to almost any LLM](https://aider.chat/docs/llms.html). - Request new features, changes, improvements, or bug fixes to your code. - Ask for new test cases, updated documentation or code refactors. -- Paste in GitHub issue URLs and aider will try and solve them. +- Paste in a GitHub issue url and aider will try to solve it. - Aider [automatically git commits changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes. - Aider can make coordinated changes across multiple files at once. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases. @@ -68,6 +68,15 @@ So you can bounce back and forth between aider and your editor, to collaborative - [Blog](https://aider.chat/blog/) +## State of the art + +Aider has the highest score on the challenging SWE Bench benchmark. + +

+ aider swe bench +

+ + ## Kind words from users - *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8) diff --git a/website/index.md b/website/index.md index 7956e6380..429c98684 100644 --- a/website/index.md +++ b/website/index.md @@ -12,7 +12,7 @@ Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and can [connect to almost any LLM](https://aider.chat/docs/llms.html).

- aider screencast + aider screencast

@@ -49,7 +49,7 @@ $ aider --opus - Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to almost any LLM](https://aider.chat/docs/llms.html). - Request new features, changes, improvements, or bug fixes to your code. - Ask for new test cases, updated documentation or code refactors. -- Paste in GitHub issue URLs and aider will try and solve them. +- Paste in a GitHub issue url and aider will try to solve it. - Aider [automatically git commits changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes. - Aider can make coordinated changes across multiple files at once. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases. @@ -72,6 +72,15 @@ So you can bounce back and forth between aider and your editor, to collaborative - [Blog](https://aider.chat/blog/) +## State of the art + +Aider has the highest score on the challenging SWE Bench benchmark. + +

+ aider swe bench +

+ + ## Kind words from users - *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)