mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
2374a2166f
commit
81ec0515bb
1 changed files with 6 additions and 6 deletions
12
HISTORY.md
12
HISTORY.md
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
### v0.36.0
|
### v0.36.0
|
||||||
|
|
||||||
- [Aider can now lint your code and fix any errors](https://aider.chat/2024/05/22/linting.html)
|
- [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 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.
|
- 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.
|
- Aider includes built in basic linters for all supported tree-sitter languages.
|
||||||
- You can also configure aider to use your preffered linter with `--lint-cmd`.
|
- You can also configure aider to use your preferred linter with `--lint-cmd`.
|
||||||
- Aider has better support for running tests and fixing problems.
|
- Aider has additional support for running tests and fixing problems.
|
||||||
- Configure your testing command with `--test-cmd`.
|
- Configure your testing command with `--test-cmd`.
|
||||||
- Run tests with `/test` or from the command line with `--test`.
|
- 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
|
### v0.35.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue