mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
copy
This commit is contained in:
parent
440d087032
commit
9cc03ac21d
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue