This commit is contained in:
Paul Gauthier 2024-11-26 06:50:18 -08:00
parent a756039f27
commit 301eb7c74d
2 changed files with 8 additions and 8 deletions

View file

@ -4,12 +4,12 @@
- Added `--alias` flag to define [custom model aliases](https://aider.chat/docs/config/model-aliases.html) from command line.
- Added `--[no-]detect-urls` flag to disable detecting and offering to scrape URLs found in the chat.
- Ask 2.5% of users if they want to opt-in to [analytics](https://aider.chat/docs/more/analytics.html).
- Ollama models now default to an 8k context window.
- Enhanced error handling for analytics.
- `/editor` returns and prefill the file content into the prompt, so you can use `/editor` to compose messages that start with `/commands`, etc.
- Ask 2.5% of users if they want to opt-in to [analytics](https://aider.chat/docs/more/analytics.html).
- Skip suggesting files that share names with files already in chat.
- Aider wrote 93% of the code in this release.
- `/editor` returns and prefill the file content into the prompt, so you can use `/editor` to compose messages that start with `/commands`, etc.
- Enhanced error handling for analytics.
- Aider wrote 92% of the code in this release.
### Aider v0.64.1

View file

@ -28,12 +28,12 @@ cog.out(text)
- Added `--alias` flag to define [custom model aliases](https://aider.chat/docs/config/model-aliases.html) from command line.
- Added `--[no-]detect-urls` flag to disable detecting and offering to scrape URLs found in the chat.
- Ask 2.5% of users if they want to opt-in to [analytics](https://aider.chat/docs/more/analytics.html).
- Ollama models now default to an 8k context window.
- Enhanced error handling for analytics.
- `/editor` returns and prefill the file content into the prompt, so you can use `/editor` to compose messages that start with `/commands`, etc.
- Ask 2.5% of users if they want to opt-in to [analytics](https://aider.chat/docs/more/analytics.html).
- Skip suggesting files that share names with files already in chat.
- Aider wrote 93% of the code in this release.
- `/editor` returns and prefill the file content into the prompt, so you can use `/editor` to compose messages that start with `/commands`, etc.
- Enhanced error handling for analytics.
- Aider wrote 92% of the code in this release.
### Aider v0.64.1