← Aider Changelog
v0.69.0
Aider v0.69.0
Dec 13, 2024 (1y ago)
View on GitHub →
- Watch files improvements:
- Use
# ... AI?comments to trigger aider and ask questions about your code.
- Now watches all files, not just certain source files.
- Use
# AI comments,// AI comments, or-- AI commentsto give aider instructions in any text file.
- Full support for Gemini Flash 2.0 Exp:
aider --model flashoraider --model gemini/gemini-2.0-flash-exp
- New
--multilineflag and/multiline-modecommand makes ENTER a soft newline and META-ENTER send the message, by @miradnanali.
/copy-context <instructions>now takes optional "instructions" when copying code context to the clipboard.
- Improved clipboard error handling with helpful requirements install info.
- Ask 5% of users if they want to opt-in to analytics.
/voicenow lets you edit the transcribed text before sending.
- Disabled auto-complete in Y/N prompts.
- Aider wrote 68% of the code in this release.