File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66- New ` /report ` command to open your browser with a pre-populated GitHub Issue.
77- New ` --chat-language ` switch to set the spoken language.
8- - Now ` --no-suggest-shell-commands ` removes the prompts that ask for shell commands.
9- - DeepSeek models use 8192 output tokens now .
8+ - Now ` --[ no-] suggest-shell-commands ` controls both prompting for and offering to execute shell commands.
9+ - DeepSeek models use 8192 output tokens.
1010- Check key imports on launch, provide helpful error message if dependencies aren't available.
1111- Renamed ` --models ` to ` --list-models ` .
1212- Numerous bug fixes for corner case crashes.
13- - Aider wrote 70 % of the code in this release.
13+ - Aider wrote 56 % of the code in this release.
1414
1515### Aider v0.55.0
1616
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ cog.out(text)
2020
2121- New ` /report ` command to open your browser with a pre-populated GitHub Issue.
2222- New ` --chat-language ` switch to set the spoken language.
23- - Now ` --no-suggest-shell-commands ` removes the prompts that ask for shell commands.
24- - DeepSeek models use 8192 output tokens now .
23+ - Now ` --[ no-] suggest-shell-commands ` controls both prompting for and offering to execute shell commands.
24+ - DeepSeek models use 8192 output tokens.
2525- Check key imports on launch, provide helpful error message if dependencies aren't available.
2626- Renamed ` --models ` to ` --list-models ` .
2727- Numerous bug fixes for corner case crashes.
28- - Aider wrote 70 % of the code in this release.
28+ - Aider wrote 56 % of the code in this release.
2929
3030### Aider v0.55.0
3131
You can’t perform that action at this time.
0 commit comments