mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
3976d4b8f1
commit
26c2b2e3ed
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue