code font size and copy

This commit is contained in:
Paul Gauthier 2024-06-05 15:55:05 -07:00
parent b7e025898d
commit 09a4088e7f
3 changed files with 18 additions and 17 deletions

View file

@ -2,15 +2,13 @@
# Aider is AI pair programming in your terminal # Aider is AI pair programming in your terminal
Aider is a command line tool that lets you pair program with LLMs, Aider lets you pair program with LLMs,
to edit code stored in your local git repository. to edit code in your local git repository.
Aider will directly edit the code in your local source files, Aider edits the code in your local source files,
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git).
with sensible commit messages. Start a new project or work with an existing git repo.
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 works well with GPT-4o, Claude 3 Opus, GPT-3.5 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).
<p align="center"> <p align="center">
<img src="website/assets/screencast.svg" alt="aider screencast"> <img src="website/assets/screencast.svg" alt="aider screencast">

View file

@ -93,3 +93,9 @@
position: relative; position: relative;
top: -0.5em; top: -0.5em;
} }
.chat-transcript,
div.highlighter-rouge pre.highlight, div.highlighter-rouge code {
line-height: 1.1;
}

View file

@ -3,18 +3,15 @@ title: Home
nav_order: 1 nav_order: 1
--- ---
# Aider is AI pair programming in your terminal # Aider is AI pair programming in your terminal
Aider is a command line tool that lets you pair program with LLMs, Aider lets you pair program with LLMs,
to edit code stored in your local git repository. to edit code in your local git repository.
Aider will directly edit the code in your local source files, Aider edits the code in your local source files,
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git).
with sensible commit messages. Start a new project or work with an existing git repo.
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 works well with GPT-4o, Claude 3 Opus, GPT-3.5 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).
<p align="center"> <p align="center">
<img src="assets/screencast.svg" alt="aider screencast"> <img src="assets/screencast.svg" alt="aider screencast">