v0.72.0
AiderSummary
This release introduces support for the new DeepSeek R1 model and adds Kotlin syntax support to the repository map feature. Several bugs were fixed, including issues with turn taking during error reflection and incorrect list slicing in repomap calculations. Users also gain control over file line endings via a new command-line option.
New Features
- Added support for the DeepSeek R1 model, accessible via the `--model r1` shortcut or OpenRouter.
- Introduced Kotlin syntax support to the repository map functionality.
- Enabled the `--line-endings` option for controlling file writing line endings.
- Added read-only file announcements to improve user awareness when files cannot be modified.
Bug Fixes
- Fixed an issue related to turn taking when reflecting linting or test errors.
- Resolved a permissions issue present in Docker images.
- Fixed an issue where ASCII fallback was incorrectly triggered during unicode errors.
- Corrected integer indexing errors when calculating list slicing within repomap operations.
Improvements
- Enabled `examples_as_sys_msg=True` for GPT-4o models, which improves benchmark scores.
- Updated dependencies, including picking up LiteLLM support for o1 system messages.