diff --git a/README.md b/README.md index 03b5f67b5..98eecde11 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ # Aider is AI pair programming in your terminal -Aider is a command line tool that lets you pair program with LLMs, -to edit code stored in your local git repository. -Aider will directly edit the code in your local source files, -and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) -with sensible commit messages. -You can start a new project or work with an existing git repo. -Aider is unique in that it lets you ask for changes to [pre-existing, larger codebases](https://aider.chat/docs/repomap.html). +Aider lets you pair program with LLMs, +to edit code in your local git repository. +Aider edits the code in your local source files, +and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git). +Start a new project or work with an existing git repo. 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). +and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
diff --git a/website/_sass/custom/custom.scss b/website/_sass/custom/custom.scss
index 8da57fead..fd9175385 100644
--- a/website/_sass/custom/custom.scss
+++ b/website/_sass/custom/custom.scss
@@ -93,3 +93,9 @@
position: relative;
top: -0.5em;
}
+
+
+.chat-transcript,
+div.highlighter-rouge pre.highlight, div.highlighter-rouge code {
+ line-height: 1.1;
+}
diff --git a/website/index.md b/website/index.md
index 9c1986482..6c370104f 100644
--- a/website/index.md
+++ b/website/index.md
@@ -3,18 +3,15 @@ title: Home
nav_order: 1
---
-
# Aider is AI pair programming in your terminal
-Aider is a command line tool that lets you pair program with LLMs,
-to edit code stored in your local git repository.
-Aider will directly edit the code in your local source files,
-and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git)
-with sensible commit messages.
-You can start a new project or work with an existing git repo.
-Aider is unique in that it lets you ask for changes to [pre-existing, larger codebases](https://aider.chat/docs/repomap.html).
+Aider lets you pair program with LLMs,
+to edit code in your local git repository.
+Aider edits the code in your local source files,
+and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git).
+Start a new project or work with an existing git repo.
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).
+and can [connect to almost any LLM](https://aider.chat/docs/llms.html).