This commit is contained in:
Paul Gauthier 2024-08-09 17:33:00 -04:00
parent 11820ba6c1
commit 709c31fbf5
3 changed files with 7 additions and 4 deletions

View file

@ -18,9 +18,11 @@ cog.out(text)
### 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.
- Output from /web and /diff is now paginated.
- 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.