GitHub Copilot in Visual Studio Code、3月リリース
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
6媒体で確認
GitHub Changelog · InfoQ · AWS Machine Learning Blog · TechCrunch AI · Simon Willison Blog · The Decoder
各社の報じ方を比較 ↓GitHub CopilotがVS Codeで完全自律型エージェントセッション「Autopilot」のパブリックプレビュー、ブラウザデバッグ統合、画像・動画チャット対応、カスタマイズ管理用統合エディターをリリースした。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
VS Code は週次安定版リリースへ移行しました。この変更ログは、2026年3月から4月上旬に公開されたバージョン v1.111 から v1.115 を対象としています。主なハイライトとして、完全自律型エージェントセッションのための Autopilot(パブリック プレビュー)、統合ブラウザー デバッグ、チャットでの画像・動画サポート、チャットのカスタマイズを管理する新しい統合エディターが挙げられます。
エージェントの実行を制御する
エージェントの権限: セッションごとに権限レベル(デフォルト、承認のバイパス、または Autopilot)を選択し、どのアクションや決定に手動介入が必要かを制御できます。ローカルセッションと Copilot CLI セッションの両方に適用されます。
Autopilot: エージェントは自身のアクションを承認し、エラー時に自動的に再試行し、タスクが完了するまで自律的に動作します。手動での承認は不要です。この機能はプレビュー段階です。
設定可能な思考の深さ: 推論モデル(例: Claude Sonnet 4.6 や GPT-5.4)が応答する前にどれだけ深く思考するかを制御でき、モデル選択画面から直接設定できます。この設定は会話をまたいで保持されます。
エージェントの機能を拡張する
統合ブラウザーでデバッグ: VS Code を離れることなく、統合ブラウザー内でブレークポイントを設定し、コードをステップ実行し、変数を検査できます。新しい editor-browser デバッグタイプは、既存の Chrome および Microsoft Edge 構成のほとんどで動作します。
ネストされたサブエージェント: サブエージェントが他のサブエージェントを呼び出せるようになりました (chat.subagents.allowInvocationsFromSubagents)。これにより、複雑なマルチステップ ワークフローや、より優れたタスクの分解が可能になります。
画像と動画を扱う: チャットメッセージにスクリーンショットや動画を添付できます。エージェントは画像や変更内容の録画を返すことができ、カルーセルで確認できます。ズーム、パン、サムネイルナビゲーションを備えたフル機能のカルーセルでプレビューできます。
CLI および Claude エージェントの改善: VS Code で設定した MCP サーバーが、Copilot CLI および Claude エージェントセッションでも動作するようになりました。また、元の会話をそのまま保持したまま、任意のセッションをフォークして別のアプローチを試すこともできます。
カスタマイズとデバッグを簡素化する
チャットカスタマイズ エディター: すべての指示、カスタムエージェント、スキル、プラグインを 1 つの統合インターフェイスから作成・管理できます。エディターから直接 MCP およびプラグインのマーケットプレイスを閲覧できます。この機能はプレビュー段階です。
高速なワークスペース検索: #codebase ツールが、単一の自動管理インデックスに対して純粋なセマンティック検索を実行するようになりました。ローカルとリモートのインデックス作成の区別がなくなり、より高速で一貫性のある結果が得られます。
サンドボックス化された MCP サーバー: ローカルの MCP サーバーを制限されたサンドボックスで実行し、ファイルおよびネットワークアクセスを制限できます(macOS および Linux)。
/troubleshoot で診断: チャット内で直接エージェントのデバッグログを分析し、予期しない動作、指示が無視された理由、応答が遅かった理由などを理解できます。過去のセッションからのログも含みます。
モノレポ カスタマイズ: VS Code が、リポジトリのルートまでの親フォルダーから指示、エージェント、スキル、フックを検出するようになりました。これにより、パッケージ間でチーム全体の構成を共有しやすくなります。
エージェントスコープのフック: 特定のカスタムエージェントに前処理および後処理ロジックを付加し、他のチャットのやり取りに影響を与えずに設定できます (chat.useCustomAgentHooks)。フックは .agent.md ファイルの YAML フロントマターで定義します。この機能はプレビュー段階です。
関連する VS Code の生産性アップデート
新たなデフォルトテーマ「VS Code Light」および「VS Code Dark」が、刷新されたモダンな外観で提供されます。
TypeScript 7.0 のネイティブ書き換えに先立つ重要な修正を含む、TypeScript 6.0 のサポート。
ローカル HTTPS 開発のための、統合ブラウザーでの自己署名証明書サポート。
Quick Open、Close All、タイトルバーショートカットによる、改善されたブラウザータブ管理。
コードシンボルをチャットに貼り付ける際の自動シンボル参照。
思考ステップやツール呼び出しをスキップしてエージェントの最終回答のみをコピーできる「Copy Final Response」コマンド。
Happy coding!
詳細は VS Code リリースノート でご確認いただき、GitHub Community での議論にご参加ください。
この投稿「Visual Studio Code の GitHub Copilot、3月リリース」は The GitHub Blog で最初に公開されました。
原文を表示
VS Code moved to weekly stable releases. This changelog covers releases v1.111 through v1.115, the releases we shipped throughout March and early April 2026. The highlights include Autopilot for fully autonomous agent sessions (in public preview), integrated browser debugging, image and video support in chat, and a new unified editor for managing chat customizations.
Control how agents run
Agent permissions: Choose a permission level per session (Default, Bypass Approvals, or Autopilot) to control which actions or decisions require manual intevention. Applies to both local and Copilot CLI sessions.
Autopilot: Agents approve their own actions, automatically retry on errors, and work autonomously until the task completes. No manual approvals required. This feature is in preview.
Configurable thinking effort: Control how deeply reasoning models (e.g., Claude Sonnet 4.6 and GPT-5.4) think before responding, and do this directly from the model picker. Your preference persists across conversations.
Expand what agents can do
Debug with the integrated browser: Set breakpoints, step through code, and inspect variables in the integrated browser without leaving VS Code. The new editor-browser debug type works with most existing chrome and msedge configurations.
Nested subagents: Subagents can now invoke other subagents (chat.subagents.allowInvocationsFromSubagents), enabling complex multi-step workflows and better task decomposition.
Work with images and video: Attach screenshots and videos to your chat messages. Agents can return images or recordings of changes that you can review in the carousel. Preview them in a full-featured carousel with zoom, pan, and thumbnail navigation.
CLI and Claude agent improvements: MCP servers configured in VS Code now work in Copilot CLI and Claude agent sessions. You can also fork any session to explore alternative approaches while keeping the original conversation intact.
Simplify customization and debugging
Chat customizations editor: Create and manage all your instructions, custom agents, skills, and plugins from one unified interface. Browse MCP and plugin marketplaces directly from the editor. This feature is in preview.
Faster workspace search: The #codebase tool now runs purely semantic searches against a single auto-managed index. No more local vs. remote indexing—just faster, more consistent results.
Sandbox MCP servers: Run local MCP servers in a restricted sandbox to limit file and network access (macOS and Linux).
Diagnose with /troubleshoot: Analyze agent debug logs directly in chat to understand unexpected behavior, why instructions were ignored, or why responses were slow, including from past sessions.
Monorepo customizations: VS Code now discovers instructions, agents, skills, and hooks from parent folders up to the repository root, making it easier to share team-wide configurations across packages.
Agent-scoped hooks: Attach pre- and post-processing logic to specific custom agents without affecting other chat interactions (chat.useCustomAgentHooks). Define hooks in the YAML frontmatter of .agent.md files. This feature is in preview.
Related VS Code productivity updates
New default “VS Code Light” and “VS Code Dark” themes with a refreshed modern look.
TypeScript 6.0 support with important fixes ahead of the TypeScript 7.0 native rewrite.
Self-signed certificate support in the integrated browser for local HTTPS development.
Improved browser tab management with Quick Open, Close All, and a title bar shortcut.
Automatic symbol references when pasting code symbols into chat.
Copy Final Response command to copy just the agent’s final answer, skipping thinking steps and tool calls.
Happy coding!
Learn more at the VS Code release notes and join the discussion within GitHub Community.
The post GitHub Copilot in Visual Studio Code, March Releases appeared first on The GitHub Blog.
同じ出来事を6媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み