diff --git a/HISTORY.md b/HISTORY.md index 60cf37292..64f94cfee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ ### main branch -- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts. +- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup. - Added support for [optional multiline input tags](https://aider.chat/docs/usage/commands.html#entering-multi-line-chat-messages) with matching closing tags. - Improved [model settings configuration](https://aider.chat/docs/config/adv-model-settings.html#global-extra-params) with default and override handling. - Added support for deep merging of extra model settings parameters. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 448ff6d09..3b3538f87 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -25,7 +25,7 @@ cog.out(text) ### main branch -- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts. +- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup. - Added support for [optional multiline input tags](https://aider.chat/docs/usage/commands.html#entering-multi-line-chat-messages) with matching closing tags. - Improved [model settings configuration](https://aider.chat/docs/config/adv-model-settings.html#global-extra-params) with default and override handling. - Added support for deep merging of extra model settings parameters.