GitHub Copilot、企業向け管理設定機能を強化しクラウドエージェントも統制可能に
GitHub は Copilot アプリおよびクラウドエージェントにおける企業管理設定のサポートを開始し、開発者がどの環境で利用しても一貫したガバナンスポリシーを適用可能にする。
AI深層分析を開く2026年7月28日 09:16
AI深層分析
キーポイント
管理対象クライアントの拡大
GitHub Copilot CLI と VS Code に続き、Copilot アプリとクラウドエージェントが企業管理設定の対象に追加された。
一貫したガバナンスの実現
単一の managed-settings.json ファイルを定義するだけで、すべてのクライアントでプラグインの制限や承認プロンプトの制御を一括適用できる。
設定の優先順位と動作
企業側で指定された管理値は開発者のローカル設定よりも優先され、アプリ再起動時やサインイン時に自動的に反映される。
設定適用のタイミングと方法
対応するクライアントは、開発者が再起動または再ログインした約1時間以内に更新された設定を適用する。また、MDMや分散ファイルを通じてデプロイすることも可能である。
詳細情報の参照先
エンタープライズ管理設定の構成方法については、公式ドキュメント「configuring enterprise managed settings」を参照する必要がある。
重要な引用
Any client that sits outside your policy is a gap, a place where someone could install a plugin you haven't vetted or run a command you'd normally gate.
Your governance is only as strong as its least-covered surface.
The Copilot app reads the same managed-settings.json you already use for your other clients.
Supported clients apply updated settings within about an hour, immediately after a developer restarts the client, or when a developer signs back in.
編集コメントを表示
編集コメント
開発ツールの利用環境が多様化する中で、ガバナンスの適用範囲を「最小の表面」に限定しない対応は不可欠である。企業側が既存の設定ファイルを流用できる点は、導入コストを大幅に削減する実用的な改善と言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GitHub Copilot アプリおよび Copilot クラウドエージェントに対して、企業管理設定による統制が可能になりました。これは、組織全体で Copilot の利用を制御するために既に使用されている、中央集権的に管理されるポリシーと同じものです。
「managed-settings.json」ファイルを用いて、企業の管理者は開発者が利用可能なプラグインやマーケットプレイス、承認プロンプトの回避可否など、一貫したガードレールを設定できます。Copilot クライアントはこの設定を自動的に適用し、組織の Copilot プランを利用するすべてのユーザーに強制されます。
開発者がより多くの環境で Copilot を活用するにつれ、どこでも同じガバナンスを適用することが管理者の責任となります。ポリシーの対象外となるクライアントが存在することは、セキュリティ上の隙間を生み出します。そこでは、審査していないプラグインがインストールされたり、通常は制限されるコマンドが実行されたりするリスクがあります。ガバナンスの強さは、最もカバーされていない環境によって決まります。
これにより、Copilot CLI や VS Code に加えて、Copilot アプリとクラウドエージェントも企業管理設定に対応するクライアントとして正式にサポートされました。つまり、ガードレールは開発者がアプリやクラウドエージェント上でタスクを実行する際にも追従します。ポリシーは一度定義すればよく、チームが作業を行う場所はどこでも一貫して適用されます。これが、信頼性の高いチームが Copilot を自信を持って導入するために必要な、クライアント横断的な整合性です。
すべてのクライアントを同じガードレール下に統合
Copilot アプリは、他のクライアントで既に使用している「managed-settings.json」ファイルをそのまま読み込みます。以下のような項目を管理できます:
- 利用可能なプラグインの指定
- 開発者がインストールできるプラグインマーケットプレイスの制限
開発者が Copilot のコマンド実行、ファイルアクセス、URL 取得前に承認プロンプトを回避できるかどうか。
新しい会話で自動モデル選択をデフォルトに設定します。
Copilot クラウドエージェントは、プラグインやマーケットプレイスに関する制御を含む適用可能な管理設定を読み取ります。利用するのは、あなたが承認したプラグインとマーケットプレイスだけです。プロンプトの回避制御は、インタラクティブなクライアント(つまりアプリ、Copilot CLI、VS Code)にのみ適用されます。
サポートされている各キーにおいて、管理側の値がローカルで開発者が設定した内容よりも優先されます。詳細なオプション一覧は、エンタープライズ管理設定のリファレンスをご覧ください。
すでに Copilot CLI と VS Code 向けに managed-settings.json をデプロイしている場合、新たに設定する必要はありません。Copilot アプリは、開発者が次回サインインするかアプリを再起動する際に既存の設定を自動的に読み込みます。また、クラウドエージェントは次のタスク割り当て時に設定変更を検知します。
はじめに
エンタープライズ管理設定を初めて設定する場合、デフォルトのアプローチはサーバー管理による展開です:
- エンタープライズ内で .github-private リポジトリを作成して設定します。詳細については、ガイドをご覧ください。
- そのリポジトリで copilot/managed-settings.json を作成または更新します。
- JSON 形式でエンタープライズのポリシーキーと値を追加し、デフォルトブランチにコミットしてプッシュします。
設定の反映は、開発者がクライアントを再起動した直後、または再ログインしたタイミングで発生します。通常、適用には約1時間かかります。また、MDM(モバイルデバイス管理)や分散ファイル経由での展開も可能です。
詳細については、「エンタープライズ管理設定の構成」をご覧ください。
GitHub コミュニティ内のディスカッションに参加することもできます。
この記事は、GitHub Blog に掲載された「GitHub Copilot アプリおよび Copilot クラウドエージェントにおけるエンタープライズ管理設定」です。
原文を表示
You can now govern the GitHub Copilot app and Copilot cloud agent with enterprise managed settings, the same centrally managed policies you use to control Copilot across your enterprise. With a managed-settings.json file, enterprise owners define one set of guardrails, such as which plugins and marketplaces developers can use and whether they can bypass approval prompts. Copilot clients automatically enforce these settings for everyone on your enterprise’s Copilot plan.
As your developers adopt Copilot across more surfaces, you’re accountable for applying the same governance everywhere they work. Any client that sits outside your policy is a gap, a place where someone could install a plugin you haven’t vetted or run a command you’d normally gate. Your governance is only as strong as its least-covered surface.
The Copilot app and cloud agent now join Copilot CLI and VS Code as supported clients for enterprise managed settings, so your guardrails follow your developers into the app and cloud agent tasks. You define your policy once, and it’s enforced consistently wherever your teams build. That’s the cross-client consistency and high-trust teams need to adopt Copilot with confidence.
Bring every client under the same guardrails
The Copilot app reads the same managed-settings.json you already use for your other clients. You can govern things like:
Which plugins are available.
Which plugin marketplaces developers can install from.
Whether developers can bypass approval prompts before Copilot runs commands, accesses files, or fetches URLs.
Setting auto model selection as the default for new conversations.
The Copilot cloud agent reads the applicable managed settings, including those for plugins and marketplace controls. It only uses the plugins and marketplaces you’ve approved. Bypass-prompt controls only apply to the interactive clients (i.e., the app, Copilot CLI, and VS Code).
For each supported key, your managed value takes precedence over anything a developer sets locally. See the full list of options in the enterprise managed settings reference.
If you already deploy managed-settings.json for Copilot CLI and VS Code, there’s nothing new to set up. The Copilot app automatically picks up your existing configuration the next time a developer signs in or restarts the app, and the cloud agent observes changes on the next task assignment.
Getting started
If you’re setting up enterprise managed settings for the first time, the default approach is server-managed deployment:
Create and configure a .github-private repository in your enterprise. For more information, see our guide.
In that repository, create or update copilot/managed-settings.json.
Add your enterprise policy keys and values in JSON, then commit and push to the default branch.
Supported clients apply updated settings within about an hour, immediately after a developer restarts the client, or when a developer signs back in. You can also deploy through MDM or a distributed file.
To learn more, see configuring enterprise managed settings.
Join the discussion within GitHub Community.
The post Enterprise managed settings in the GitHub Copilot app and Copilot cloud agent appeared first on The GitHub Blog.
AI算出
主要ニュースainew評価標準
AI エージェントのガバナンスとセキュリティ制御に関する重要な機能拡張を報じており、新規性が高い。ただし、日本固有の導入事例や規制情報は含まれていないため、日本の関連性は標準的なレベルとなる。
6つの評価軸を見る
- AI関連度
- 75
- 情報源の信頼性
- 25
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み