mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
code font size and copy
This commit is contained in:
parent
b7e025898d
commit
09a4088e7f
3 changed files with 18 additions and 17 deletions
14
README.md
14
README.md
|
@ -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">
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue