From 81ec0515bb0484079fecebef6f286fbb946332fc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 22 May 2024 12:24:34 -0700 Subject: [PATCH] copy --- HISTORY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 22516ecf1..ea125c884 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,15 +3,15 @@ ### v0.36.0 -- [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 can now lint your code and fix any errors](https://aider.chat/2024/05/22/linting.html). + - Aider automatically 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. - - 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. + - Aider includes built in basic linters for all supported tree-sitter languages. + - You can also configure aider to use your preferred linter with `--lint-cmd`. +- Aider has additional 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. + - Aider will automatically attempt to fix any test failures. ### v0.35.0