Aider v0.86.0リリース、GPT-5・Grok-4対応を追加 Aider v0.86.0
- AIペアプログラミングツールAiderのv0.86.0が公開。
- 全GPT-5モデルやGrok-4、Geminiの新モデルに対応し、認証やエラー処理も改善された。
- コードの約74%をAider自身が記述している。
English summary
- Aider v0.86.0 adds support for all GPT-5 models, Grok-4 via xai and OpenRouter, and a new Gemini model, plus authentication and error-handling improvements.
- Aider wrote about 74% of this release's code.
オープンソースのAIペアプログラミングCLIツール「Aider」のバージョン0.86.0が公開された。最新の主要LLMへの追従と、運用上の信頼性向上を主眼としたリリースである。
本バージョンでは、OpenAIのGPT-5.1およびGPT-5.1-codex、Googleの Gemini 3 Pro Preview、Anthropicの Claude Opus 4.5/Haiku 4.5、xAIの Grok-4-fast、MoonshotのKimi K2 Thinkingなど、近時公開された多数のモデルに対する設定が追加された。Amazon Bedrock統合も強化されており、API キー認証のサポート、`AWS_BEARER_TOKEN_BEDROCK` 環境変数の利用、リージョン指定の柔軟化などが含まれる。
また、エラーハンドリング面ではトークン上限超過時の挙動改善、`/clear`コマンドの強化、Git連携時のコミットメッセージ生成の安定化などが盛り込まれた。リリースノートによれば、Aider自身がこのリリース全体のコードの74%を執筆したとされ、自己ホスト型のドッグフーディングが継続されている。
全GPT-5モデルやGrok-4、Geminiの新モデルに対応し、認証やエラー処理も改善された。
Aiderはターミナルから既存のGitリポジトリに対してLLMを用いた編集を行うツールで、Cursor、Claude Code、OpenAI Codex CLI、Continueなどと並ぶエージェント型コーディング支援ツールの一角を占める。GUIエディタ統合よりもCLI志向で、コミット粒度の制御やリポマップ生成といった独自機能を持つ点が特徴とされる。各社のモデル更新サイクルが短くなる中、こうしたツールが新モデルへ迅速に追従できるかは実用性の鍵であり、本リリースもその文脈で位置付けられる更新と見られる。
Aider, the open-source command-line AI pair programming tool, has shipped version 0.86.0. The release focuses on keeping pace with the rapid cadence of frontier model launches while tightening operational reliability.
The headline change is broad support for newly released models. Configurations have been added for OpenAI's GPT-5.1 and GPT-5.1-codex, Google's Gemini 3 Pro Preview, Anthropic's Claude Opus 4.5 and Haiku 4.5, xAI's Grok-4-fast, and Moonshot's Kimi K2 Thinking, among others. Amazon Bedrock integration also received notable attention, with support for API key authentication, the `AWS_BEARER_TOKEN_BEDROCK` environment variable, and more flexible region handling — useful for enterprise users routing traffic through AWS rather than vendor-direct endpoints.
Beyond model plumbing, the release includes refinements to error handling around token-limit overflows, improvements to the `/clear` command, and more reliable commit-message generation when interacting with Git. According to the release notes, Aider itself authored roughly 74% of the code in this version, continuing the project's well-known practice of self-hosted dogfooding that effectively serves as a public benchmark for the tool's own coding ability.
Aider v0.86.0 adds support for all GPT-5 models, Grok-4 via xai and OpenRouter, and a new Gemini model, plus authentication and error-handling improvements.
Aider sits in an increasingly crowded category of agentic coding assistants alongside Cursor, Claude Code, OpenAI's Codex CLI, Continue, and Cline. Its differentiation has historically been a terminal-first workflow, tight Git integration with per-edit commits, and a repository map feature that helps the model reason about large codebases without exhausting context windows. As model providers ship new generations every few weeks, the practical value of such wrappers depends heavily on how quickly they can expose the latest endpoints, pricing, and context-length parameters — and v0.86.0 appears squarely aimed at that moving target. While the release is best characterized as incremental rather than transformative, the breadth of newly supported models is likely to make it a meaningful upgrade for users who switch between providers.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。