This commit is contained in:
Paul Gauthier 2024-06-16 12:18:59 -07:00
parent 5c87008bd0
commit 0d97f52316
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
### v0.38.0 ### v0.38.0
- Use `--vim` for vim keybindings in the chat. - Use `--vim` for [vim keybindings](https://aider.chat/docs/commands.html#vi) in the chat.
- [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc). - [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc).
- More detailed error messages on token limit errors. - More detailed [error messages on token limit errors](https://aider.chat/docs/troubleshooting/token-limits.html).
- Ensure `--commit --dry-run` does nothing. - Ensure `--commit --dry-run` does nothing.
- Have playwright wait for idle network to better scrape js sites. - Have playwright wait for idle network to better scrape js sites.
- Documentation updates, moved into website/ subdir. - Documentation updates, moved into website/ subdir.

View file

@ -13,9 +13,9 @@ cog.out(text)
### v0.38.0 ### v0.38.0
- Use `--vim` for vim keybindings in the chat. - Use `--vim` for [vim keybindings](https://aider.chat/docs/commands.html#vi) in the chat.
- [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc). - [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc).
- More detailed error messages on token limit errors. - More detailed [error messages on token limit errors](https://aider.chat/docs/troubleshooting/token-limits.html).
- Ensure `--commit --dry-run` does nothing. - Ensure `--commit --dry-run` does nothing.
- Have playwright wait for idle network to better scrape js sites. - Have playwright wait for idle network to better scrape js sites.
- Documentation updates, moved into website/ subdir. - Documentation updates, moved into website/ subdir.