feat: Add feature cards for voice-to-code, linting/testing, and copy/paste

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 21:06:04 -07:00
parent ffbbb5539d
commit 4f129e1c9d

View file

@ -143,6 +143,37 @@
etc.
</p>
</a>
<a href="/docs/usage/voice.html" class="feature-card">
<div class="feature-card-header">
<div class="feature-icon">🎤</div>
<h3 class="feature-title">Voice-to-code</h3>
</div>
<p>
Speak with aider about your code! Request new features,
test cases or bug fixes using your voice and let aider
implement the changes.
</p>
</a>
<a href="/docs/usage/lint-test.html" class="feature-card">
<div class="feature-card-header">
<div class="feature-icon"></div>
<h3 class="feature-title">Linting & testing</h3>
</div>
<p>
Automatically lint and test your code every time aider makes changes.
Aider can fix problems detected by your linters and test suites.
</p>
</a>
<a href="/docs/usage/copypaste.html" class="feature-card">
<div class="feature-card-header">
<div class="feature-icon">📋</div>
<h3 class="feature-title">Copy/paste with web chat</h3>
</div>
<p>
Work with any LLM via web chat. Copy your code context from aider
to web LLMs, then paste their suggestions back into aider.
</p>
</a>
</div>
</div>
</section>