From dc2047804a965a6ae9ad74dfbb0246aa755ca017 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 26 Nov 2024 06:38:57 -0800 Subject: [PATCH] docs: update changelog with URL detection and model alias features --- HISTORY.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6b507f367..fbf6871a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,11 +2,14 @@ ### main branch -- Added `--detect-urls` flag to control URL detection behavior. -- Added `--alias` flag to define custom model aliases from command line. -- Skip suggesting files that have same name as existing chat files. +- Added `--alias` flag to define [custom model aliases](https://aider.chat/docs/config/model-aliases.html) from command line. +- Added `--[no-]detect-urls` flag to disable detecting and offering to scrape URLs found in the chat. - Ask 2.5% of users to opt-in to analytics. +### Aider v0.64.1 + +- Disable streaming for o1 on OpenRouter. + ### Aider v0.64.0 - Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup.