GitHub Copilot、Visual Studio 2026 に新エージェント機能を公開
GitHub は Visual Studio 2026 の7月アップデートで、Copilot SDK を基盤とした新エージェントをパブリックプレビューとして導入した。
AI深層分析を開く2026年7月31日 00:31
AI深層分析
キーポイント
新エージェント機能の公開
Copilot Chat に「Agent (Preview)」オプションが追加され、Copilot SDK を基盤として初期回答精度の向上やレスポンスの短縮化を実現した。
ドメイン特化スキルの統合
.NET および Azure チームが作成した組み込みスキルをツールピッカーに追加し、ワークロードインストール時に限定的に有効化できる機能を導入した。
コードレビュー機能の強化
エディタ上で特定のコードブロックを選択して「Review Selection」を実行することで、GitHub Copilot コードレビューを介したインラインコメントや提案適用が可能になった。
組織レベルでの統一管理
GitHub 組織オーナーが全組織に共通するカスタム指示を設定できるようになり、開発者ごとの個別設定不要で Copilot の応答を統一的に調整できる。
重要な引用
Copilot Chat has a new Agent (Preview) option in the agent picker, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI.
Organization owners can now add custom instructions that tailor Copilot's responses across the entire organization
Select code in the editor, right-click, and select Copilot Actions > Review Selection to get inline comments you can act on.
編集コメントを表示
編集コメント
今回のアップデートは、単なる機能追加にとどまらず、AI ツールを組織のガバナンス枠組みに統合させる重要なステップである。特に組織レベルでのカスタム指示機能は、大規模開発現場における AI の安全かつ効率的な導入を後押しする要素と言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
2026 年 7 月、GitHub Copilot SDK を基盤とした新しいエージェントが導入され、.NET チームと Azure チームの専門知識が組み込まれるとともに、チームや個人のワークフローに合わせて GitHub Copilot をカスタマイズできる機能がさらに強化されました。
主な新機能
Visual Studio 2026 における GitHub Copilot の最新情報は以下の通りです。より新しい情報については「Insiders」チャンネルをご確認ください。
新しく公開プレビュー版となったエージェントを試す: Copilot Chat に、GitHub Copilot CLI を支えるのと同じ SDK で構築された「Agent (Preview)」オプションが追加されました。これにより、試行錯誤が減り、最初の回答でタスクを正しく完了できるケースが増えています。また、回答はより簡潔になり、素早く内容を確認できるようになっています。Copilot Chat ウィンドウ下部のエージェントピッカーから選択してください。
.NET と Azure の専門スキルが標準搭載: Visual Studio には、.NET チームと Azure チームのエキスパートが作成した専門スキルが標準で組み込まれ、エージェントワークフローのカスタマイズを支援します。対応するワークロードがインストールされている場合、ツールピッカーの「Built-in(標準)」カテゴリから利用できます。デフォルトでは無効になっているため、自分のタスクに合ったものだけを確認して有効化できます。
Copilot で選択したコードを検証: 特定のコードブロックについて、単に別の視点を知りたいこともあります。エディターでコードを選択し、右クリックして「Copilot Actions > Review Selection」を選ぶと、GitHub Copilot のコードレビュー機能を活用したインラインコメントが表示されます。コメントにある星マークアイコンをクリックすれば、その提案を適用したり、Copilot に新たな提案を生成させたりできます。
組織レベルのカスタム指示機能:GitHub の組織管理者は、組織全体で Copilot の回答を調整するためのカスタム指示を追加できるようになりました。これにより、開発者ごとに共有設定を手動で行う必要がなくなります。これらの指示は、所属するリポジトリに自動的に適用され、参照リストに表示されます。また、「ツール」>「オプション」>「GitHub」>「Copilot」>「Copilot Chat」から無効化することも可能です。
機能ごとの利用可否は異なります。組織レベルのカスタム指示を利用するには、GitHub Copilot Business または GitHub Copilot Enterprise のプランが必要です。一方、新たに追加されたエージェント、組み込みスキル、選択コードレビュー機能は、すべてのプランで利用可能です。詳細については「GitHub Copilot プラン」をご確認ください。
新機能の詳細については、Visual Studio ブログやリリースノートをご覧ください。
今後の Copilot 動向について
最新の Copilot 機能情報を入手するには、Visual Studio ブログをフォローしてください。ここではロードマップの更新情報やフィードバックを提供する機会も紹介されています。
この記事は元々 The GitHub Blog に掲載されたものです。
原文を表示
July 2026 brought a new agent based on the Copilot SDK, built-in expertise from the .NET and Azure teams, and more ways to tailor GitHub Copilot to how you and your team work.
Highlights
Here’s what’s new with GitHub Copilot in Visual Studio 2026. Check the Insiders channel for the latest:
Try the new agent, now in public preview: Copilot Chat has a new Agent (Preview) option in the agent picker, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI. It gets more tasks right the first time with less back-and-forth. Responses are shorter and easier to scan. Select it from the agent picker at the bottom of the Copilot Chat window.
Built-in .NET and Azure skills: Visual Studio now includes built-in skills authored by experts from the .NET and Azure teams to help you customize your agentic workflow. Find them in the “Built-in” category of the tool picker when the corresponding workloads are installed. They’re off by default, so you can review and enable only the ones that fit your tasks.
Review selected code with Copilot: Sometimes you just want a second opinion on a specific block of code. Select code in the editor, right-click, and select Copilot Actions > Review Selection to get inline comments you can act on. Use the sparkle icon on any comment to apply a suggestion or have Copilot generate one, powered by GitHub Copilot code review.
Organization-level custom instructions: GitHub organization owners can now add custom instructions that tailor Copilot’s responses across the entire organization, so shared preferences don’t have to be configured per developer. They automatically apply in repositories that belong to your organization and appear in the reference list, and you can disable them under Tools > Options > GitHub > Copilot > Copilot Chat.
Availability varies by feature. Organization-level custom instructions require GitHub Copilot Business or GitHub Copilot Enterprise. The new agent, built-in skills, and selected-code review features are available in all plans. See GitHub Copilot plans for details.
To learn more about what’s new, check out the Visual Studio blog and release notes.
What’s next for Copilot in Visual Studio
Stay up to date on the latest Copilot features by following the Visual Studio blog, where you’ll find roadmap updates and opportunities to share feedback.
The post GitHub Copilot in Visual Studio — July update appeared first on The GitHub Blog.
AI算出
主要ニュースainew評価標準
AI エージェントの導入と SDK ベースの新機能は AI コーディング分野における重要な実装変更であり、新規性も明確なため高評価とした。ただし、日本固有のコンテキストや企業事例がないため関連性は低めとした。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 25
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み