diff --git a/HISTORY.md b/HISTORY.md index c6e4d0b4301..b21dacf4d75 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index e1fdc487396..cdb03c8005e 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -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