mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
9b23975f09
commit
22b77ad14f
2 changed files with 17 additions and 8 deletions
|
@ -11,10 +11,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
Aider lets you pair program with LLMs,
|
Aider lets you pair program with LLMs, to edit your local code base.
|
||||||
to edit code in your local git repository.
|
Start a new project or work with existing code.
|
||||||
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 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 can [connect to almost any LLM, including local models](https://aider.chat/docs/llms.html).
|
||||||
|
|
||||||
|
|
||||||
<!-- SCREENCAST START -->
|
<!-- SCREENCAST START -->
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<div class="hero-grid">
|
<div class="hero-grid">
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<h1>AI pair programming in your terminal</h1>
|
<h1>AI pair programming in your terminal</h1>
|
||||||
<p>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.</p>
|
<p>Aider lets you pair program with LLMs, to edit your local code base. Start a new project or work with existing code.</p>
|
||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#getting-started" class="btn btn-primary">Get Started</a>
|
<a href="#getting-started" class="btn btn-primary">Get Started</a>
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
<div class="feature-icon">🗺️</div>
|
<div class="feature-icon">🗺️</div>
|
||||||
<h3 class="feature-title">Maps your code base</h3>
|
<h3 class="feature-title">Maps your code base</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>Aider uses a map of your entire git repo, which helps it work well in larger codebases.</p>
|
<p>Aider makes a map of your entire git repo, which helps it work well in larger codebases.</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://aider.chat/docs/languages.html" class="feature-card">
|
<a href="https://aider.chat/docs/languages.html" class="feature-card">
|
||||||
<div class="feature-card-header">
|
<div class="feature-card-header">
|
||||||
|
@ -97,14 +97,23 @@
|
||||||
<div class="feature-icon">🔀</div>
|
<div class="feature-icon">🔀</div>
|
||||||
<h3 class="feature-title">Git integration</h3>
|
<h3 class="feature-title">Git integration</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>Aider automatically commits changes with sensible commit messages, making version control seamless.</p>
|
<p>
|
||||||
|
Aider automatically commits changes with
|
||||||
|
sensible commit messages.
|
||||||
|
Easily diff, manage and undo AI changes.
|
||||||
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://aider.chat/docs/usage/watch.html" class="feature-card">
|
<a href="https://aider.chat/docs/usage/watch.html" class="feature-card">
|
||||||
<div class="feature-card-header">
|
<div class="feature-card-header">
|
||||||
<div class="feature-icon">🖥️</div>
|
<div class="feature-icon">🖥️</div>
|
||||||
<h3 class="feature-title">Use in your IDE</h3>
|
<h3 class="feature-title">Use in your IDE</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>Use aider directly from your favorite IDE or text editor by adding AI comments right in your code.</p>
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://aider.chat/docs/usage/images-urls.html" class="feature-card">
|
<a href="https://aider.chat/docs/usage/images-urls.html" class="feature-card">
|
||||||
<div class="feature-card-header">
|
<div class="feature-card-header">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue