From 5eed34af5a2ca7c6356b74c8966b0a98db76f345 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 9 May 2024 13:49:01 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 94eff778e..eb48e509d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ # Release history +### main + +- Updated prompting to use more natural phrasing about files, the git repo, etc. Removed reliance on read-write/read-only terminology. +- Refactored prompting to unify some phrasing across edit formats. +- Enhanced the canned assistant responses used in prompts. +- Added explicit model settings for `openrouter/anthropic/claude-3-opus`, `gpt-3.5-turbo` +- Added `-show-prompts` debug switch. + + ### v0.33.0 - Added native support for [Deepseek models](https://aider.chat/docs/llms.html#deepseek) using `DEEPSEEK_API_KEY` and `deepseek/deepseek-chat`, etc rather than as a generic OpenAI compatible API.