mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
066325d093
commit
6c4945794a
2 changed files with 22 additions and 4 deletions
13
README.md
13
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).
|
||||
|
||||
<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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue