Updated HISTORY, added linting image

This commit is contained in:
Paul Gauthier 2024-05-22 12:08:50 -07:00
parent 210679f020
commit 29e92b2398
3 changed files with 12 additions and 4 deletions

View file

@ -3,9 +3,16 @@
### v0.36.0 ### 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. - 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 ### v0.35.0

View file

@ -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. 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 Aider now lints your code after every LLM edit, and offers to automatically fix
any linting errors. any linting errors.

BIN
assets/linting.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB