mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Reorder feature cards with LLM, Map, Multifile in first row
This commit is contained in:
parent
ca9922ef0a
commit
dd5ef29355
1 changed files with 11 additions and 11 deletions
|
@ -510,9 +510,14 @@
|
|||
<h2 class="section-title">Features</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🔄</div>
|
||||
<h3 class="feature-title">Seamless Git Integration</h3>
|
||||
<p><a href="https://aider.chat/docs/git.html">Aider automatically commits changes with sensible commit messages</a>, making version control seamless.</p>
|
||||
<div class="feature-icon">🧠</div>
|
||||
<h3 class="feature-title">Works with all LLMs</h3>
|
||||
<p>Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but <a href="https://aider.chat/docs/llms.html">can connect to almost any LLM, including local models</a>.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🗺️</div>
|
||||
<h3 class="feature-title">Map Of Your Code</h3>
|
||||
<p><a href="https://aider.chat/docs/repomap.html">Uses a map of your entire git repo</a>, which helps it work well in larger codebases.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">📝</div>
|
||||
|
@ -520,9 +525,9 @@
|
|||
<p><a href="https://aider.chat/docs/install.html">Edit multiple files at once for complex requests</a>, making large-scale changes easier.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🗺️</div>
|
||||
<h3 class="feature-title">Map Of Your Code</h3>
|
||||
<p><a href="https://aider.chat/docs/repomap.html">Uses a map of your entire git repo</a>, which helps it work well in larger codebases.</p>
|
||||
<div class="feature-icon">🔄</div>
|
||||
<h3 class="feature-title">Seamless Git Integration</h3>
|
||||
<p><a href="https://aider.chat/docs/git.html">Aider automatically commits changes with sensible commit messages</a>, making version control seamless.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🖥️</div>
|
||||
|
@ -534,11 +539,6 @@
|
|||
<h3 class="feature-title">Image & URL Support</h3>
|
||||
<p><a href="https://aider.chat/docs/usage/images-urls.html">Add images to the chat and share URLs</a>, helping with visual context and references.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🧠</div>
|
||||
<h3 class="feature-title">Works with all LLMs</h3>
|
||||
<p>Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but <a href="https://aider.chat/docs/llms.html">can connect to almost any LLM, including local models</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue