From 1063b6360ee818cbd3a7cf39eea7b92ed170c5d6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 20:29:58 -0700 Subject: [PATCH] copy --- README.md | 10 +++++----- website/index.md | 13 +++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab7a43f1d..00a334b00 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,15 @@ $ aider --opus - Paste in a GitHub issue url and aider will try to solve it. - 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 diff --git a/website/index.md b/website/index.md index ef58f9fd1..79d4ced91 100644 --- a/website/index.md +++ b/website/index.md @@ -47,14 +47,15 @@ $ aider --opus ## Features -- Chat with aider about your code by running `aider ...` -- Aider will edit the content of your source files. +- Chat with aider about your code: `aider ...` +- 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. +- 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). -- 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. -- 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. - You can also edit files in your editor while chatting with aider.