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
bb2d5b2fbf
commit
bfe91ae191
1 changed files with 3 additions and 1 deletions
|
@ -243,10 +243,12 @@ or other fatal errors.
|
||||||
after every LLM edit and offers to automatically fix
|
after every LLM edit and offers to automatically fix
|
||||||
any problems.
|
any problems.
|
||||||
|
|
||||||
|
Aider ships with built-in linters based on tree-sitter
|
||||||
|
which work with most popular programming languages.
|
||||||
Aider shows linting errors to the LLM in a novel format,
|
Aider shows linting errors to the LLM in a novel format,
|
||||||
using the abstract syntax tree to display relevant code context for each
|
using the abstract syntax tree to display relevant code context for each
|
||||||
error.
|
error.
|
||||||
This context increases the ability of the LLM to understand the problem and
|
This context helps LLMs understand the problem and
|
||||||
make the correct changes to resolve it.
|
make the correct changes to resolve it.
|
||||||
|
|
||||||
<div class="chat-transcript" markdown="1">
|
<div class="chat-transcript" markdown="1">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue