mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Updated HISTORY, added linting image
This commit is contained in:
parent
210679f020
commit
29e92b2398
3 changed files with 12 additions and 4 deletions
11
HISTORY.md
11
HISTORY.md
|
@ -3,9 +3,16 @@
|
|||
|
||||
### v0.36.0
|
||||
|
||||
- [Aider can now lint your code and fix any errors]()
|
||||
- [Aider can now lint your code and fix any errors](https://aider.chat/2024/05/22/linting.html)
|
||||
- Aider lints and fixes after every LLM edit.
|
||||
- You can manually lint-and-fix files with `/lint` in the chat or `--lint` on the command line.
|
||||
- You can manually lint-and-fix files with `/lint` in the chat or `--lint` on the command line.
|
||||
- Aider includes build in basic linters for all supported tree-sitter languages.
|
||||
- You can also configure aider to use your preffered linter with `--lint-cmd`.
|
||||
- Aider has better support for running tests and fixing problems.
|
||||
- Configure your testing command with `--test-cmd`.
|
||||
- Run tests with `/test` or from the command line with `--test`.
|
||||
- Aider will attempt to fix any errors.
|
||||
|
||||
|
||||
### v0.35.0
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
title: Linting code for LLMs with tree-sitter
|
||||
title: Linting code for LLMs with aider and tree-sitter
|
||||
excerpt: Aider now lints code after every LLM edit and automatically fixes errors, using tree-sitter and AST-aware code context.
|
||||
highlight_image: /assets/linting.jpg
|
||||
---
|
||||
|
||||
# Linting code for LLMs with tree-sitter
|
||||
# Linting code for LLMs with aider and tree-sitter
|
||||
|
||||
Aider now lints your code after every LLM edit, and offers to automatically fix
|
||||
any linting errors.
|
||||
|
|
BIN
assets/linting.jpg
Normal file
BIN
assets/linting.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
Loading…
Add table
Add a link
Reference in a new issue