This commit is contained in:
Paul Gauthier 2024-07-07 10:14:59 -03:00
parent 440d087032
commit 9cc03ac21d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ cog.out(text)
### Aider v0.43.0
- Use `/help <question>` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
- Use `/help <question>` to [ask for help about using aider](https://aider.chat/docs/troubleshooting/support.html), customizing settings, troubleshooting, using LLMs, etc.
- Allow multiple use of `/undo`.
- All config/env/yml/json files now load from home, git root, cwd and named command line switch.
- New `$HOME/.aider/caches` dir for app-wide expendable caches.

View file

@ -54,6 +54,6 @@ To do this,
provide a `--test-cmd` which both builds and tests the project.
You could create a small shell script for this.
Or you may be able to do something as simple as
`--test-cmd dotnet "build && dotnet test"`.
`--test-cmd "dotnet build && dotnet test"`.