Change8

v0.75.0

Aider
5 features2 fixes2 improvementsclimodels

Summary

This release introduces basic support for the Claude 3.7 Sonnet model and expands language support with HCL (Terraform) and tree-sitter pack integration. Several bugs were fixed, particularly concerning multiline input continuation prompts and the /editor command.

New Features

  • Added basic support for the Claude 3.7 Sonnet model (use --model sonnet).
  • Added support for the openrouter/o3-mini-high model configuration.
  • Added support for tree-sitter language packs.
  • Added HCL (Terraform) syntax support.
  • Enabled markdown generation for o1 & o3-mini models by sending a specific formatting string.

Bug Fixes

  • Fixed an issue where the continuation prompt ". " was incorrectly included for multiline input.
  • Fixed a bug related to the /editor command.

Improvements

  • Added build.gradle.kts to the list of special files recognized for Kotlin projects.
  • Prevented multiple cache warming threads from running simultaneously.

Aider Documentation