GitHub Copilot、Kimi K3とMAI-Code-1.1-Flashを新モデルとして展開
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Copilot Changelog
GitHub は Copilot の新モデル導入、エージェントプラグインの一般公開、および CLI や JetBrains 環境での機能強化を発表し、開発ワークフローの柔軟性を大幅に向上させた。
AI深層分析を開く2026年8月15日 02:21
AI深層分析
キーポイント
新モデルと画像理解機能の追加
Kimi K3 と MAI-Code-1.1-Flash が展開され、特に後者はネイティブな画像理解能力とコーディング品質の向上を実現した。
エージェントプラグイン 1.0 の一般公開
一度作成したプラグインを VS Code、Copilot CLI、SDK、および Copilot アプリ間で共通して利用可能にする Agent Plugins 1.0 が正式リリースされた。
CLI とアプリの管理機能強化
CLI ではサブエージェントのタスク管理やリワインド機能が追加され、Copilot アプリではプラグインの個別更新やサイドチャットによる対話確認が可能になった。
JetBrains 環境と VS Code の連携改善
JetBrains ではコンテキスト保持機能「Copilot memory」や Ollama モデルの BYOK サポートが導入され、VS Code ではモデル切り替えや HTML ブラウザの即時反映機能が強化された。
重要な引用
Build a plugin once and use it across compatible agent tools with Agent Plugins 1.0
MAI-Code-1.1-Flash is rolling out in GitHub Copilot with native image understanding
Keep useful context across agent chat sessions with Copilot memory
編集コメントを表示
編集コメント
今回はエージェント機能の基盤となるプラグイン標準化と、画像理解というマルチモーダル能力の実装が両輪で進んだ点が特筆される。開発現場におけるツール間の断絶を解消する動きは、今後さらに複雑化する AI エージェント活用において重要な指針となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
新しいモデルやポータブルプラグイン、そしてスムーズなエージェントワークフローの実現により、今週のアップデートで GitHub Copilot はエディタ、コマンドライン、Copilot アプリ全体でより柔軟に活用できるようになりました。
GitHub Copilot 一般機能の更新
Kimi K3 モデルが Copilot Pro、Pro+、Max、Business、Enterprise の各プランへ順次展開されています。
また、「MAI-Code-1.1-Flash」も GitHub Copilot に導入され、ネイティブな画像理解能力を備えつつ、コーディング品質や指示の遵守、ツール利用、パフォーマンスが大幅に向上しました。
さらに「Agent Plugins 1.0」が一般提供開始となり、一度プラグインを作成すれば、互換性のあるエージェントツール間で再利用が可能になりました。VS Code、Copilot CLI、GitHub Copilot SDK、そして GitHub Copilot アプリで利用可能です。
GitHub Copilot アプリの改善点
インストール済みのプラグイン管理がより簡単になりました。「カスタマイズ」または「設定」画面から、各プラグインの現在のバージョンを確認したり、個別に更新したり、まとめて一括更新したりできるようになりました。
また、エージェントからの質問に対して即座に回答する前に、サイドチャットでその質問を開いて検討することも可能です。元の質問は応答待ちの状態のまま維持されます。
Copilot アプリの体験を開始しましょう。
GitHub Copilot CLI の新機能
/tasks ディレクトリ内で、すべてのサブエージェントとそのタスクを一元管理できます。
エージェントが動作している間も、プロンプトやシェルコマンド、対応するスラッシュコマンドをキューに追加して待機させることが可能です。
ヘッドレスモード(-p)で --plan と --mode autopilot を組み合わせることで、まずプランを作成し、その後に実装を実行するエージェント動作を実現できます。
また /rewind コマンドを使用すれば、Git の利用やユーザー編集の破棄を必要とせずに、Copilot による変更を元に戻すことが可能になりました。
「/app」コマンドを使用すると、Copilot アプリを開く際にセッション情報とフォルダのコンテキストが保持されるようになりました。
Copilot CLI のインストールはこちら。
GitHub Copilot for JetBrains では、Copilot Memory 機能によりエージェントチャットセッション間で有用なコンテキストを維持できます。これにより、プロジェクトの詳細や設定を毎回繰り返す必要がなくなります。
また、JetBrains でローカルの Ollama モデルを利用できるようになり、Ollama を BYOK(Bring Your Own Key)プロバイダーとしてサポートする新機能が追加されました。
詳細は JetBrains のアップデート記事をご覧ください。
VS Code 1.133 リリースの主な更新点は以下の通りです。
Claude セッションを離れることなく、各新しいターンで Claude BYOK と組み込みの Copilot モデルを選択して切り替えることができます。
長いチャットでも関連するプロンプトをピン留めできるため、スクロールしても迷子になりません。
統合ブラウザで HTML の変更を確認する際、手動でリフレッシュする必要もありません。
詳細はリリースノートをご覧ください。
この記事は、The GitHub Blog に投稿された「GitHub Copilot weekly releases — August 10」の翻訳です。
原文を表示
From new models and portable plugins to smoother agent workflows, this week’s updates make GitHub Copilot more flexible across editors, the command line, and the Copilot app.
GitHub Copilot, general
Kimi K3 is rolling out to Copilot Pro, Pro+, Max, Business, and Enterprise plans.
MAI-Code-1.1-Flash is rolling out in GitHub Copilot with native image understanding and improvements to coding quality, instruction following, tool use, and performance.
Build a plugin once and use it across compatible agent tools with Agent Plugins 1.0, now generally available in VS Code, Copilot CLI, the GitHub Copilot SDK, and the GitHub Copilot app.
GitHub Copilot app
Installed plugins are now easier to manage. See each plugin’s current version, update plugins individually, or update them all at once from Customize or Settings.
Talk through an agent’s question before answering by opening it in a side chat while the original question waits for your response.
Try the Copilot app.
GitHub Copilot CLI
Manage all your subagents and their tasks in /tasks.
Queue prompts, shell commands, and supported slash commands while an agent turn is running.
Combine --plan and --mode autopilot in headless mode (-p) to have the agent produce a plan and then implement it.
Use /rewind to restore Copilot changes without requiring git or discarding user edits.
/app command now preserves session and folder context when opening the Copilot app.
Install the Copilot CLI.
GitHub Copilot for JetBrains
Keep useful context across agent chat sessions with Copilot memory, so you don’t have to repeat the same project details or preferences.
Use local Ollama models in JetBrains with new support for Ollama as a BYOK (bring your own key) provider.
Read the full JetBrains update.
VS Code 1.133 Release updates
Switch models without leaving your Claude session by choosing between Claude BYOK and built-in Copilot models for each new turn.
Stay oriented in long chats by keeping the relevant prompt pinned as you scroll.
See HTML changes immediately without manually refreshing the integrated browser.
Explore everything that’s new in the full release notes.
The post GitHub Copilot weekly releases — August 10 appeared first on The GitHub Blog.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み