From b8c41198a309040af5adbfd7938df858ce9186f4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 12:43:17 -0800 Subject: [PATCH] docs: Add documentation links to v0.63.3 release notes --- HISTORY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 18cd933f3..196d06c31 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,9 +5,9 @@ ### Aider v0.63.3 -- Added `/editor` command to open system editor for writing prompts. -- Added support for optional multiline input tags with matching closing tags. -- Improved model settings configuration with default and override handling. +- Added [`/editor` command](https://aider.chat/docs/usage/commands.html#editor) to open system editor for writing prompts. +- Added support for [optional multiline input tags](https://aider.chat/docs/usage/multiline.html) with matching closing tags. +- Improved [model settings configuration](https://aider.chat/docs/llms/settings.html) with default and override handling. - Added support for deep merging of extra model settings parameters. - Fixed bug in fuzzy model name matching. - Added Timeout exception to handle API provider timeouts.