This commit is contained in:
Paul Gauthier 2024-08-09 16:50:59 -04:00
parent 366da70907
commit 16700e6916

View file

@ -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.