This commit is contained in:
Paul Gauthier 2024-09-09 14:43:35 -07:00
parent 3976d4b8f1
commit 26c2b2e3ed
2 changed files with 6 additions and 6 deletions

View file

@ -5,12 +5,12 @@
- New `/report` command to open your browser with a pre-populated GitHub Issue.
- New `--chat-language` switch to set the spoken language.
- Now `--no-suggest-shell-commands` removes the prompts that ask for shell commands.
- DeepSeek models use 8192 output tokens now.
- Now `--[no-]suggest-shell-commands` controls both prompting for and offering to execute shell commands.
- DeepSeek models use 8192 output tokens.
- Check key imports on launch, provide helpful error message if dependencies aren't available.
- Renamed `--models` to `--list-models`.
- Numerous bug fixes for corner case crashes.
- Aider wrote 70% of the code in this release.
- Aider wrote 56% of the code in this release.
### Aider v0.55.0

View file

@ -20,12 +20,12 @@ cog.out(text)
- New `/report` command to open your browser with a pre-populated GitHub Issue.
- New `--chat-language` switch to set the spoken language.
- Now `--no-suggest-shell-commands` removes the prompts that ask for shell commands.
- DeepSeek models use 8192 output tokens now.
- Now `--[no-]suggest-shell-commands` controls both prompting for and offering to execute shell commands.
- DeepSeek models use 8192 output tokens.
- Check key imports on launch, provide helpful error message if dependencies aren't available.
- Renamed `--models` to `--list-models`.
- Numerous bug fixes for corner case crashes.
- Aider wrote 70% of the code in this release.
- Aider wrote 56% of the code in this release.
### Aider v0.55.0