This commit is contained in:
Paul Gauthier 2025-01-31 12:51:33 -08:00
parent b0d58d10bd
commit c78de41ccf
6 changed files with 133 additions and 83 deletions

View file

@ -1,7 +1,8 @@
# Release history
### main branch
### Aider v0.73.0
- Full support for o3-mini: `aider --model o3-mini`
- Improved handling of context window size limits, with better messaging and Ollama-specific guidance.
- Added support for removing model-specific reasoning tags from responses with `remove_reasoning: tagname` model setting.
- Auto-create parent directories when creating new files, by xqyz.