Visual Studio における GitHub Copilot の 4 月更新:エージェントワークフローの強化
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
Microsoft は Visual Studio の 2026 年 4 月アップデートで、IDE から直接クラウドエージェントセッションを開始できる機能や、ユーザーレベルのカスタムエージェント、実行時挙動を検証するデバッガエージェントを導入した。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
2026 年 4 月の Visual Studio のアップデートは、エージェント型ワークフローに焦点を当てています。クラウドエージェントセッションは IDE から直接起動され、カスタムエージェントにはユーザーレベルでのサポートが追加され、新しいデバッガエージェントは実行中の動作に対して修正を検証します。
ハイライト
Visual Studio 2026 における GitHub Copilot の新機能をご紹介します。最新情報は Insiders チャンネルでご確認ください:
クラウドエージェントの統合:Visual Studio から直接新しいクラウドエージェントセッションを開始できます。エージェントピッカーで「Cloud」を選択し、タスクを記述するだけで、クラウドエージェントがリモートインフラ上で GitHub イシューとプルリクエストを作成します。その間も作業は継続可能です。
独自の custom agents(カスタムエージェント)の構築:カスタムエージェントは now %USERPROFILE%/.github/agents/ に保存されるユーザーレベルでの定義をサポートするようになりました。これにより、個人のエージェントをプロジェクト間で持ち運ぶことが可能になります。
エージェントスキルの活用:エージェントスキルは、既存の .github/skills/ パスに加え、.claude/skills/ や .agents/skills/ ディレクトリからも検出されるようになりました。これにより互換性が広がり、チームはワークフローに合った規約でスキルを整理できるようになります。コミュニティの例については awesome-copilot をご覧ください。
エージェントによるイシューから解決まで:新しいデバッガエージェントワークフローでは、実際のランタイム動作に対してバグを検証します。GitHub または Azure DevOps のイシューから開始し、エージェントが実行を通じて再現、計測、診断を行い、ターゲットを絞った修正案を提示します。
カスタマイズ可能な Copilot キーボードショートカット:Copilot のインライン提案を受け入れるためのキーボードショートカットをカスタマイズできます。[ツール] > [オプション] > [環境] > [キーボード] で、Edit.AcceptSuggestion、Edit.AcceptNextWordInSuggestion、および Edit.AcceptNextLineInSuggestion のキーを変更できます。
新しいチャット履歴パネル:チャットのタイトル、メッセージのプレビュー、タイムスタンプを表示する専用の履歴パネルを使用して、Copilot チャットセッションを閲覧およびナビゲートできます。
エージェントモード用の C++ コード編集ツール:C++ Code Editing Tools は現在、デフォルトで一般利用可能になりました。get_symbol_call_hierarchy および get_symbol_class_hierarchy ツールにより、Copilot が C++ コードベースに対して言語認識型のナビゲーションを提供します。
テキストビジュアライザーでの自動デコード:テキストビジュアライザーの「Auto-detect and format」ボタンは Copilot を使用してエンコーディングまたは圧縮形式を識別し、文字列を自動的にデコードします。
すべての新しい Copilot 機能を今日体験するには、Visual Studio 2026 をダウンロードしてください。新機能の詳細については、Visual Studio ブログおよびリリースノートをご覧ください。
Visual Studio における Copilot の今後の展望
最新の Copilot 機能に関する最新情報を入手するには、Visual Studio ブログをフォローしてください。ここではロードマップの更新情報やフィードバックを提供する機会を見つけることができます。
最新のニュース、リリースノート、動画、コミュニティでの議論については、Visual Studio Hub を訪れてください。これは Visual Studio 関連のすべての事項のための中核リソースです。
原文を表示
The April 2026 update to Visual Studio centers on agentic workflows: cloud agent sessions launch directly from the IDE, custom agents gain user-level support, and a new Debugger agent validates fixes against live runtime behavior.
Highlights
Here’s what’s new with GitHub Copilot in Visual Studio 2026. Check the Insiders channel for the latest:
Cloud agent integration: Start new cloud agent sessions directly from Visual Studio. Select Cloud from the agent picker, describe your task, and the cloud agent creates a GitHub issue and pull request on remote infrastructure while you keep working.
Build your own custom agents: Custom agents now support user-level definitions stored in %USERPROFILE%/.github/agents/, so your personal agents travel with you across projects.
Use agent skills: Agent skills are now discovered from additional locations including .claude/skills/ and .agents/skills/ directories alongside the existing .github/skills/ paths, broadening compatibility so teams can organize skills in the convention that fits their workflow. See awesome-copilot for community examples.
Agentic issue to resolution: A new debugger agent workflow validates bugs against real runtime behavior. Start from a GitHub or Azure DevOps issue, and the agent reproduces, instruments, diagnoses, and suggests a targeted fix through live execution.
Customizable Copilot keyboard shortcuts: Customize the keyboard shortcuts for accepting Copilot inline suggestions. Change the keys for Edit.AcceptSuggestion, Edit.AcceptNextWordInSuggestion, and Edit.AcceptNextLineInSuggestion in Tools > Options > Environment > Keyboard.
New chat history panel: Browse and navigate your Copilot chat sessions with a dedicated history panel that shows chat titles, message previews, and timestamps.
C++ code editing tools for agent mode: C++ Code Editing Tools are now generally available by default. The get_symbol_call_hierarchy and get_symbol_class_hierarchy tools give Copilot language-aware navigation for C++ codebases.
Auto-decoding in text visualizer: The Auto-detect and format button in the text visualizer uses Copilot to identify encoding or compression formats and decode strings automatically.
Download Visual Studio 2026 to experience all the new Copilot features today. 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.
For the latest news, release notes, videos, and community conversations, visit the Visual Studio Hub, your central resource for all things Visual Studio.
The post GitHub Copilot in Visual Studio — April update appeared first on The GitHub Blog.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み