mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
570519e91d
commit
12eb203a6a
3 changed files with 16 additions and 6 deletions
|
@ -1,9 +1,15 @@
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.43.0
|
||||||
|
|
||||||
|
- Use `/help <question>` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
|
||||||
- Allow multiple use of `/undo`.
|
- 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.
|
||||||
|
- Default `--model-settings-file` is now `.aider.model.settings.yml`.
|
||||||
|
- Default `--model-metadata-file` is now `.aider.model.metadata.json`.
|
||||||
|
- Bugfix affecting launch with `--no-git`.
|
||||||
|
|
||||||
### Aider v0.42.0
|
### Aider v0.42.0
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,15 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.43.0
|
||||||
|
|
||||||
|
- Use `/help <question>` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
|
||||||
- Allow multiple use of `/undo`.
|
- 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.
|
||||||
|
- Default `--model-settings-file` is now `.aider.model.settings.yml`.
|
||||||
|
- Default `--model-metadata-file` is now `.aider.model.metadata.json`.
|
||||||
|
- Bugfix affecting launch with `--no-git`.
|
||||||
|
|
||||||
### Aider v0.42.0
|
### Aider v0.42.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{: .tip }
|
{: .tip }
|
||||||
Use `/help <question>` to ask
|
Use `/help <question>` to ask for help about using aider,
|
||||||
for help about using aider,
|
customizing settings, troubleshooting, using LLMs, etc.
|
||||||
customizing settings, troubleshooting errors,
|
|
||||||
using different LLMs, etc.
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue