← Aider Changelog
v0.58.0
Aider v0.58.0
Sep 29, 2024 (1y ago)
View on GitHub →
- Use a strong reasoning model like o1-preview as your Architect.
- Use a cheaper, faster model like gpt-4o as your Editor.
- New
--o1-previewand--o1-minishortcuts.
- Support for new Gemini 002 models.
- Better support for Qwen 2.5 models.
- Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response.
- Autocomplete for
/read-onlysupports the entire filesystem.
- New settings for completion menu colors.
- New
/copycommand to copy the last LLM response to the clipboard.
- Renamed
/clipboardto/paste.
- Will now follow HTTP redirects when scraping urls.
- New
--voice-formatswitch to send voice audio as wav/mp3/webm, by @mbailey.
- ModelSettings takes
extra_paramsdict to specify any extras to pass tolitellm.completion().
- Support for cursor shapes when in vim mode.
- Numerous bug fixes.
- Aider wrote 53% of the code in this release.