Aider v0.84.0
Model support & provider updates Added support for new Claude models including the Sonnet 4 and Opus 4 series (e.g., `claude-sonnet-4-20250514`, `claude-opus-4-20250514`) across various providers. The default `sonnet`…
0 stories · 7d·2 sources covering·5 active storylines
What this is
Aider is an open-source AI pair-programming tool that edits code in your local git repo. shipfeed tracks Aider releases, new model support, and editing-workflow features.
Model support & provider updates Added support for new Claude models including the Sonnet 4 and Opus 4 series (e.g., `claude-sonnet-4-20250514`, `claude-opus-4-20250514`) across various providers. The default `sonnet`…
Added support for the `openrouter/openrouter/quasar-alpha` model. Currently free on OpenRouter. Quasar scored 55% on the polyglot coding benchmark Run with `aider --model quasar` Offer OpenRouter OAuth authentication…
OpenRouter OAuth integration: Offer to OAuth against OpenRouter if no model and keys are provided. Select OpenRouter default model based on free/paid tier status if `OPENROUTER_API_KEY` is set and no model is…
Prompts to help DeepSeek work better when alternating between `/ask` and `/code`. Streaming pretty LLM responses is smoother and faster for long replies. Streaming automatically turns of for model that don't support it…
Full support for o1 models. Watch files now honors `--subtree-only`, and only watches that subtree. Improved prompting for watch files, to work more reliably with more models. New install methods via uv, including…