VS Code の GitHub Copilot にブラウザ操作ツールが一般提供開始
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHub が VS Code 向け Copilot のブラウザ操作機能を一般提供し、エージェントが実際のブラウザでページを開き、ナビゲートやコンテンツ読み取りを実行できるようになった。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
VS Code における GitHub Copilot のブラウザツールが、一般利用可能になりました。エージェントは現在、実際のブラウザを操作し、ライブの Web アプリをナビゲートし、見つけた情報をチャットにフィードバックできます。ブラウザツールはプレビューユーザーからのフィードバックを反映して設計され、一般利用開始時にデフォルトで有効になっています。
ブラウザ内でのエージェントの動作
内部では、エージェントは開発者が使用するのと同じブラウザ操作を行います。具体的には以下が可能です:
ページの開封とナビゲーション、クリック、入力、ホバー、ドラッグ、ダイアログの処理。
ページコンテンツの読み取り、コンソールエラーのキャプチャ、スクリーンショットの取得。
一連の手順がツール呼び出しよりも効率的な場合に、スクリプトフローを実行。
DevTools(開発者ツール)もブラウザツールバーに直接配置されているため、要素の検査やコンソール出力の表示、ページ自体でのデバッグをユーザーが行うこともできます。
制御は常にあなたが握る
タブはデフォルトでプライベートです:エージェントがあなたが開いたページを読み込んだり操作したりすることはできず、"Share with Agent(エージェントと共有)"を選択するまでアクセスできません。また、そのアクセス権限はいつでも取り消すことができます。
エージェントのタブは隔離されています:エージェント自身が開くページは、新しいセッションで実行され、通常のブラウジングからのクッキーやストレージへのアクセスはありません。Agents ウィンドウ内で並列に実行される各エージェントも、互いのブラウザタブをプライベートに保ちます。
機密性の高い権限はデフォルトで拒否されます:ブラウザはカメラ、マイク、位置情報のリクエストをブロックしますが、通知、クリップボードへのアクセス、ファイル選択は許可したままです。
エンタープライズ向け制御機能
管理者はブラウザツールを中央管理できます:
新しい専用オン/オフスイッチ(workbench.browser.enableChatTools)
エージェントが到達できるサイトを制限するための既存の許可リストと拒否リスト(workbench.browser. / workbench.browser.)
ワークスペースの信頼性と承認プロンプトは引き続き適用されます。
始め方
ブラウザツールは、エディターウィンドウとエージェントウィンドウの両方で利用可能です。VS Code を更新し、エージェントにページを開くかテストするよう指示してください。
詳細については、エージェント向けのブラウザツールのドキュメントおよびブラウザエージェントのテストガイドをご覧ください。また、microsoft/vscode リポジトリでフィードバックをお寄せください。
原文を表示
Browser tools for GitHub Copilot in VS Code are now generally available. Agents can now drive a real browser, navigate live web apps, and feed what they find back into the chat. Browser tools are on by default with general availability, shaped by feedback from preview users.
What agents do in the browser
Under the hood, agents get the same browser actions a developer would use. They can:
Open pages and navigate, click, type, hover, drag, and handle dialogs.
Read page content, capture console errors, and take screenshots.
Run scripted flows when a sequence of steps is more efficient than tool calls.
DevTools are also right in the browser toolbar so you can inspect elements, view console output, and debug pages yourself.
You stay in control
Your tabs are private by default: The agent can’t read or interact with a page you opened until you select Share with Agent, and you can revoke that access at any time.
The agent’s tabs are isolated: Pages the agent opens itself run in fresh sessions with no access to the cookies or storage from your everyday browsing. Agents running in parallel in the Agents window each keep their browser tabs private from one another.
Sensitive permissions are denied by default: The browser blocks camera, microphone, and geolocation requests, while still allowing notifications, clipboard access, and file selection.
Enterprise controls
Admins can centrally manage browser tools:
A new dedicated on/off switch (workbench.browser.enableChatTools)
Existing allow and deny lists for restricting which sites agents can reach (workbench.browser. / workbench.browser.)
Workspace trust and approval prompts still apply
Get started
Browser tools are available in both the editor window and the Agents window. Update VS Code and ask the agent to open or test a page.
For details, see the browser tools for agents docs and the browser agent testing guide, and share feedback in the microsoft/vscode repository.
The post Browser tools for GitHub Copilot in VS Code are generally available appeared first on The GitHub Blog.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み