Change8

v0.78.0

Aider
6 features1 fix6 improvementsgitlintingmodels

Summary

This release introduces new model configuration flexibility, including support for thinking tokens with OpenRouter Sonnet 3.7 and AWS_PROFILE support for Bedrock models. Key usability enhancements include new commands for switching model types and fixes for autocompletion across several core commands.

New Features

  • Added support for thinking tokens when using OpenRouter Sonnet 3.7.
  • Introduced commands to switch between model types: /editor-model and /weak-model.
  • Added the --git-commit-verify flag to control whether git commit hooks are bypassed.
  • Added support for AWS_PROFILE when using Bedrock models, allowing use of AWS profiles for credentials.
  • Added support for the openrouter/google/gemma-3-27b-it model.
  • Enabled vi-like behavior when pressing enter in multiline-mode while in vi normal/navigation-mode.

Bug Fixes

  • Fixed autocompletion for /ask, /code, and /architect commands.

Improvements

  • Added model setting validation to ignore --reasoning-effort and --thinking-tokens if the model does not support them.
  • 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.
  • Enhanced the --aiderignore argument to resolve both absolute and relative paths.
  • Improved platform information handling to gracefully handle retrieval errors.
  • Bumped dependencies to incorporate the litellm fix for Ollama.

Related Documentation

Aider Documentation