From 22b77ad14fd6a2b277e0b3af03e68dc2d1813c32 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 17:04:30 -0700 Subject: [PATCH] copy --- README.md | 8 ++++---- aider/website/index.html | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 32a2fc355..a9743b1a9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@

-Aider lets you pair program with LLMs, -to edit code in your local git repository. -Start a new project or work with an existing code base. -Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o. Aider can [connect to almost any LLM, including local models](https://aider.chat/docs/llms.html). +Aider lets you pair program with LLMs, to edit your local code base. +Start a new project or work with existing code. +Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o. +Aider can [connect to almost any LLM, including local models](https://aider.chat/docs/llms.html). diff --git a/aider/website/index.html b/aider/website/index.html index 109d4b388..16999b7aa 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -28,7 +28,7 @@

AI pair programming in your terminal

-

Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.

+

Aider lets you pair program with LLMs, to edit your local code base. Start a new project or work with existing code.

Get Started @@ -83,7 +83,7 @@
πŸ—ΊοΈ

Maps your code base

-

Aider uses a map of your entire git repo, which helps it work well in larger codebases.

+

Aider makes a map of your entire git repo, which helps it work well in larger codebases.

@@ -97,14 +97,23 @@
πŸ”€

Git integration

-

Aider automatically commits changes with sensible commit messages, making version control seamless.

+

+ Aider automatically commits changes with + sensible commit messages. + Easily diff, manage and undo AI changes. +

πŸ–₯️

Use in your IDE

-

Use aider directly from your favorite IDE or text editor by adding AI comments right in your code.

+

+ Use aider directly from your favorite IDE or + text editor. + Ask for changes by adding comments to + your code and aider will get to work. +