This commit is contained in:
Paul Gauthier 2024-12-09 20:27:38 -08:00
parent f7371f6faf
commit 16332b285f

View file

@ -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.