mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
feat: Add feature cards for voice-to-code, linting/testing, and copy/paste
This commit is contained in:
parent
ffbbb5539d
commit
4f129e1c9d
1 changed files with 31 additions and 0 deletions
|
@ -143,6 +143,37 @@
|
||||||
etc.
|
etc.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue