企業はデフォルトで自動モデル選択を有効化可能に
GitHub は、エンタープライズ管理者が Copilot のデフォルトモデル選択を「auto」に設定できる機能を導入し、組織全体のガバナンスと柔軟な利用を両立させた。
キーポイント
自動モデル選択のデフォルト化機能
エンタープライズ管理者は、managed-settings.json に「auto」を追加することで、新規会話における Copilot の自動モデル選択を組織全体のデフォルトに設定できるようになった。
ユーザーによる個別切り替えの維持
組織レベルでのデフォルト設定が適用される一方で、個々のユーザーは会話ごとに手動で異なるモデルを選択・変更する権限を保持している。
バージョン要件と互換性
この機能を利用するには VS Code 1.126 以上が必要であり、AI スタンダードのパスは copilot/managed-settings.json が標準だが、既存の設定ファイルとの後方互換性も維持されている。
影響分析・編集コメントを表示
影響分析
この更新は、大規模組織における AI ツールのガバナンスを強化し、コスト効率やセキュリティ要件に合わせた最適なモデルの自動選定を可能にする一方で、現場の開発者の柔軟な判断も尊重するバランスの取れたアプローチを示しています。これにより、AI モデルの運用コスト管理と開発生産性の向上が両立できるようになります。
編集コメント
組織規模の AI 導入において、統制と柔軟性のバランスをどう取るかが課題となる中、この機能は管理者にとって非常に有用なガバナンス手段となります。ただし、適用には VS Code のバージョン更新が必要である点に注意が必要です。
エンタープライズ管理者は、企業管理設定ファイル(managed-settings.json)でモデルを"auto"に設定することで、新しい会話における Copilot の自動モデル選択をデフォルトとして設定できるようになりました。
ソース組織の .github-private/.github/copilot/managed-settings.json に "auto" を追加し、エンタープライズガバナンスのために設定してください。これにより、新しい会話がデフォルトで Copilot の自動モデル選択から開始されます。ユーザーは会話ごとに異なるモデルに切り替えることも可能です。GitHub Copilot は、エンタープライズアカウントを通じて Copilot Business または Copilot Enterprise のライセンスを取得しているユーザーに対して、これらの設定を自動的に取得して適用します。
後方互換性
このモデル権限機能は、VS Code 1.126 以降で利用可能です。
AI スタンダードのサポート対象パスは copilot/managed-settings.json です。また、後方互換性として .github/copilot/settings.json もサポートされています。
カスタムエージェント用にすでにソース組織を設定している場合、この設定は同じ .github-private リポジトリを使用します。エンタープライズ設定内の AI コントロールにある Agents ページで、設定が有効になっていることを確認できます。
詳細については、managed-settings.json の権限に関するドキュメントをご覧ください。
GitHub コミュニティ内でのディスカッションに参加してください。
本記事「エンタープライズで自動モデル選択をデフォルトに設定可能」は、最初に The GitHub Blog で公開されました。
原文を表示
Enterprise administrators can now set model to auto in the enterprise managed-settings.json to make Copilot auto model selection the default for new conversations.
Add auto to .github-private/.github/copilot/managed-settings.json in your source organization for enterprise governance so new conversations start with Copilot auto model selection by default. Users can still switch to a different model on a per-conversation basis. GitHub Copilot automatically pulls and applies these settings for users licensed through your enterprise account with Copilot Business or Copilot Enterprise.
Backward compatability
The model permission is available in VS Code 1.126+
The supported path for AI standards is copilot/managed-settings.json, with backward compatibility for .github/copilot/settings.json.
If you’ve already configured a source organization for custom agents, this setting uses that same .github-private repository. You can confirm that your configuration is active on the Agents page under AI controls in your enterprise settings.
To learn more, see managed-settings.json permissions.
Join the discussion within GitHub Community.
The post Enterprises can default to auto model selection appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み