This commit is contained in:
Paul Gauthier 2024-08-09 17:41:44 -04:00
parent 7a96a1e888
commit 000fd9cb55
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
- 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).
- Bugfix to keep session cost accurate when using `/ask` and `/help`.
- Performance improvements for repo map calculation.
- `/tokens` now shows the active model.

View file

@ -24,6 +24,7 @@ cog.out(text)
- 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).
- Bugfix to keep session cost accurate when using `/ask` and `/help`.
- Performance improvements for repo map calculation.
- `/tokens` now shows the active model.