From 16700e69162227b423c1bdc257de28ba5da2f4c1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 Aug 2024 16:50:59 -0400 Subject: [PATCH] copy --- HISTORY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0337b1d1c..9b267cf38 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,9 +3,10 @@ ### main branch +- Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo. - New `/clipboard` command to paste images or text from the clipboard, replaces `/add-clipboard-image`. -- Can now send `/commands` when [scripting aider](https://aider.chat/docs/scripting.html). -- Aider in docker image now provides correct command to update to latest version. +- Messages can now contain `/xxx` commands when [scripting aider](https://aider.chat/docs/scripting.html). +- Aider in docker image now provides the correct command to update to latest version. - Improved retries on API errors (was easy to test during Sonnet outage). - Performance improvements for repo map calculation. - `/tokens` now shows the active model.