Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 6, 2024
1 parent 1063b63 commit 65f80e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ $ aider --opus

- Chat with aider about your code: `aider <file1> <file2> ...`
- Ask for changes:
- Request new features, changes, improvements, or bug fixes to your code.
- Ask for new test cases, updated documentation or code refactors.
- Paste in a GitHub issue url and aider will try to solve it.
- New features, changes, improvements, or bug fixes to your code.
- New test cases, updated documentation or code refactors.
- Paste in a GitHub issue url that needs to be solved.
- Aider will edit your files.
- Aider [automatically git commits changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) with a sensible commit message.
- Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more...
Expand Down
16 changes: 8 additions & 8 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ $ aider --opus

- Chat with aider about your code: `aider <file1> <file2> ...`
- Ask for changes:
- Request new features, changes, improvements, or bug fixes to your code.
- Ask for new test cases, updated documentation or code refactors.
- Paste in a GitHub issue url and aider will try to solve it.
- New features, changes, improvements, or bug fixes to your code.
- New test cases, updated documentation or code refactors.
- Paste in a GitHub issue url that needs to be solved.
- Aider will edit your files.
- Aider [automatically git commits changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) with a sensible commit message.
- Aider works with most popular languages: python, javascript, typescript, php, html, css, and more...
- 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).
- Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more...
- Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to many LLMs](https://aider.chat/docs/llms.html).
- 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.
- You can also edit files in your editor while chatting with aider.
Aider will notice your changes and always use the latest version.
Aider will notice and always use the latest version.
So you can bounce back and forth between aider and your editor, to collaboratively code with AI.
- You can add images to the chat (GPT-4o, GPT-4 Turbo, etc).
- You can add URLs to the chat and aider will read their content.
- Images can be added to the chat (GPT-4o, GPT-4 Turbo, etc).
- URLs can be added to the chat and aider will read their content.


## Documentation
Expand Down

0 comments on commit 65f80e9

Please sign in to comment.