diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 8260e902d..5c8029679 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -27,7 +27,7 @@ cog.out(text) ### main branch - [Aider works with LLM web chat UIs with `--copy-paste` mode](https://aider.chat/docs/usage/copypaste.html). -- Added `--api-key provider=key` and `--set-env VAR=value` flags for setting API keys and environment variables +- Added [`--api-key provider=key`](https://aider.chat/docs/config/aider_conf.html#storing-llm-keys) and `--set-env VAR=value` flags for setting API keys and environment variables - Better error messages when missing dependencies for Gemini and Bedrock models. - Control-D now properly exits the program. - Reorganized command line arguments with improved help messages and grouping.