From 0d97f5231661e13d3ed63fec435f1321f28fdb08 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 16 Jun 2024 12:18:59 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++-- website/HISTORY.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8b37848fa..1a982c2bf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,9 +3,9 @@ ### 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). -- 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. - Have playwright wait for idle network to better scrape js sites. - Documentation updates, moved into website/ subdir. diff --git a/website/HISTORY.md b/website/HISTORY.md index 24e8cfe9f..dae4f3fcf 100644 --- a/website/HISTORY.md +++ b/website/HISTORY.md @@ -13,9 +13,9 @@ cog.out(text) ### 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). -- 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. - Have playwright wait for idle network to better scrape js sites. - Documentation updates, moved into website/ subdir.