This commit is contained in:
Paul Gauthier 2024-06-05 16:13:13 -07:00
parent 066325d093
commit 6c4945794a
2 changed files with 22 additions and 4 deletions

View file

@ -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).
<p align="center">
<img src="assets/screencast.svg" alt="aider screencast">
<img src="https://aider.chat/assets/screencast.svg" alt="aider screencast">
</p>
<p align="center">
@ -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.
<p align="center">
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
</p>
## Kind words from users
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)

View file

@ -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).
<p align="center">
<img src="assets/screencast.svg" alt="aider screencast">
<img src="https://aider.chat/assets/screencast.svg" alt="aider screencast">
</p>
<p align="center">
@ -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.
<p align="center">
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
</p>
## Kind words from users
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)