Aider: What's New in June 2025
A summary of all updates, new features, and bug fixes released for Aider during June 2025.
1releases10features5fixes10improvements
New Features in June 2025
- Added support for new Gemini models including gemini-2.5-pro, gemini-2.5-flash, and gemini-2.5-pro-preview-06-05 with thinking tokens support.(v0.85.0)
- Updated model aliases: 'flash' now points to gemini-2.5-flash and 'gemini' now points to gemini-2.5-pro.(v0.85.0)
- Added support for Responses API models like o1-pro and o3-pro.(v0.85.0)
- Added support for OpenAI o3-pro model across multiple providers.(v0.85.0)
- Enabled adding files listed in .gitignore to Aider's editing scope via the --add-gitignore-files flag.(v0.85.0)
- Enabled co-authored-by attribution by default for commit messages.(v0.85.0)
- Added --commit-language option to specify the language for commit messages.(v0.85.0)
- Added custom PostHog analytics configuration options using --analytics-posthog-host and --analytics-posthog-project-api-key flags.(v0.85.0)
- Added MATLAB language support for repository maps.(v0.85.0)
- Added Clojure language support for repository maps.(v0.85.0)
Bug Fixes in June 2025
- Fixed Vertex AI model name prefixes in settings.(v0.85.0)
- Fixed encoding issues in git diff output and LLM history logging.(v0.85.0)
- Fixed search block regex to accept optional closing tags when working with HTML content.(v0.85.0)
- Auto-created parent directories for chat history files to prevent startup errors.(v0.85.0)
- Ensured pip is available before attempting package installation.(v0.85.0)
Improvements in June 2025
- Enhanced thinking tokens support: can now be disabled by setting to 0, and improved help text with examples.(v0.85.0)
- Increased max tokens for Deepseek models to 65536.(v0.85.0)
- Updated pricing for o3 model.(v0.85.0)
- Enhanced commit message generation to use system prompt prefixes.(v0.85.0)
- Enabled skipping expensive file tracking operations when --skip-sanity-check-repo is enabled for better performance.(v0.85.0)
- Optimized chat history summarization performance.(v0.85.0)
- Improved kebab-case identifier recognition in repository maps for better code analysis.(v0.85.0)
- Improved GitHub Copilot token handling with better validation and error messages.(v0.85.0)
- Improved inline code rendering in Rich markdown output.(v0.85.0)
- Improved /read-only command to resolve literal paths correctly.(v0.85.0)