From 6a268e2f5a2acf258e8b21939ef26574636dc011 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 16 Jun 2024 20:56:24 -0700 Subject: [PATCH] copy --- website/HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/HISTORY.md b/website/HISTORY.md index dae4f3fcf..dc52bc7ff 100644 --- a/website/HISTORY.md +++ b/website/HISTORY.md @@ -16,6 +16,7 @@ cog.out(text) - 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). - More detailed [error messages on token limit errors](https://aider.chat/docs/troubleshooting/token-limits.html). +- Single line commit messages, without the recent chat messages. - Ensure `--commit --dry-run` does nothing. - Have playwright wait for idle network to better scrape js sites. - Documentation updates, moved into website/ subdir.