diff --git a/HISTORY.md b/HISTORY.md index f4bab1e72..84de5934d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 62e06106e..12066332b 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -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.