← Aider Changelog
v0.78.0
Aider v0.78.0
Mar 21, 2025 (11mo ago)
View on GitHub →
- Added support for thinking tokens for OpenRouter Sonnet 3.7.
- Added commands to switch between model types:
/editor-modelfor Editor Model, and/weak-modelfor Weak Model, by csala.
- Added model setting validation to ignore
--reasoning-effortand--thinking-tokensif the model doesn't support them.
- Added
--check-model-accepts-settingsflag (default: true) to force unsupported model settings.
- Annotated which models support reasoning_effort and thinking_tokens settings in the model settings data.
- Improved code block rendering in markdown output with better padding using NoInsetMarkdown.
- Added
--git-commit-verifyflag (default: False) to control whether git commit hooks are bypassed.
- Fixed autocompletion for
/ask,/code, and/architectcommands, by shladnik.
- Added vi-like behavior when pressing enter in multiline-mode while in vi normal/navigation-mode, by Marco Mayer.
- Added AWS_PROFILE support for Bedrock models, allowing use of AWS profiles instead of explicit credentials, by lentil32.
- Enhanced
--aiderignoreargument to resolve both absolute and relative paths, by mopemope.
- Improved platform information handling to gracefully handle retrieval errors.
- Bumped dependencies to pickup litellm fix for Ollama.
- Added support for
openrouter/google/gemma-3-27b-itmodel.
- Updated exclude patterns for help documentation.
- Aider wrote 92% of the code in this release.