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.