Copilotクラウドエージェント使用量メトリクスに新フィールド追加
GitHubはCopilot使用量メトリクスAPIに「used_copilot_cloud_agent」フィールドを追加し、既存のコーディングエージェントフラグと互換性を維持しながらブランド名の変更に対応した。
キーポイント
APIフィールドの追加と仕様
Copilot使用量レポートに「used_copilot_cloud_agent」ブール値フィールドが追加され、ユーザーレベルのエンタープライズ・組織レポートで利用可能となった。
既存フィールドとの後方互換性
旧「used_copilot_coding_agent」フィールドは2026年8月1日まで非推奨化されず、新旧両フィールドが同じ値を返す設計となっている。
移行の柔軟性と適用範囲
ダッシュボードやインテグレーションは既存フィールドの削除を待たずに新名前に即座に対応可能で、1日および28日間ローリングウィンドウの両方で提供される。
影響分析・編集コメントを表示
影響分析
本アップデートはAIツールの企業内導入管理における運用負荷を軽減する実務的な対応である。ブランド名の変更をAPIレベルで柔軟に吸収できる設計により、既存の監視インフラやレポートツールを大規模改修せずに移行できる。ただし、技術的な革新性よりも製品ブランディングの整合性に焦点が当たっており、業界構造への影響は限定的である。
編集コメント
技術革新よりも運用互換性を優先した典型的な製品メンテナンス記事です。AIツールの企業内導入が本格化する中、メトリクスAPIの命名整合性を早期に提供できるのは開発者体験向上に寄与します。
Copilotのコーディングエージェントからクラウドエージェントへの改名に伴い、Copilot使用量メトリクスAPIはユーザーレベルレポートに新しいused_copilot_cloud_agentフィールドを追加しました。このブール型(boolean)フィールドは、更新された製品名の下で既存のused_copilot_coding_agentフラグを反映するものです。
What’s new
フィールド
説明
used_copilot_cloud_agent
レポート期間中にユーザーがCopilotクラウドエージェントのアクティビティを持っていたかどうか(ブール型、null許容(nullable))
このフィールドは、エンタープライズおよび組織レベルのユーザー向けに、1日単位のレポートと28日間のローリングウィンドウ(rolling window)レポートで利用可能です。既存のused_copilot_coding_agentフィールドと同じ値を返しますが、後方互換性のために2026年8月1日まで維持されます。
Why this matters
統合(インテグレーション)やダッシュボードは、既存フィールドの削除を待たずに、Copilotクラウドエージェントのブランド名に合わせた新しいフィールド名を採用できます。
両方のフィールドは共存し、同じ値を返すため、ご自身のペースで移行できます。
この新しいフィールドは、1日単位および28日間のウィンドウにおけるエンタープライズユーザーレポートと組織ユーザーレポートに表示されます。
Important notes
これらのメトリクスは、REST APIを介してCopilot使用量メトリクスにアクセスできるエンタープライズ管理者および組織オーナーに対して利用可能です。
既存のused_copilot_coding_agentフィールドは引き続き機能し、2026年8月1日までは非推奨(deprecated)になりません。
GitHubコミュニティ内でディスカッションに参加してください。
「Copilotクラウドエージェントフィールドが使用量メトリクスに追加」の記事は、The GitHub Blogで最初に公開されました。
原文を表示
Following the Copilot coding agent to Copilot cloud agent rename, the Copilot usage metrics API now includes a new used_copilot_cloud_agent field in user-level reports. This boolean field mirrors the existing used_copilot_coding_agent flag under the updated product name.
What’s new
Field
Description
used_copilot_cloud_agent
Whether the user had Copilot cloud agent activity during the reporting period (boolean, nullable)
The field is available in single-day and 28-day rolling window reports at both the enterprise and organization user levels. It returns the same value as the existing used_copilot_coding_agent field, which will be preserved for backward compatibility until August 1, 2026.
Why this matters
Integrations and dashboards can adopt the new field name to match the Copilot cloud agent branding without waiting for the legacy field to be removed.
Both fields coexist and return the same value, so you can transition at your own pace.
The new field appears in enterprise user and organization user reports for both 1-day and 28-day windows.
Important notes
These metrics are available to enterprise administrators and organization owners who have access to Copilot usage metrics through the REST API.
The existing used_copilot_coding_agent field continues to work and will not be deprecated until August 1, 2026.
Join the discussion within GitHub Community.
The post Copilot cloud agent fields added to usage metrics appeared first on The GitHub Blog.
関連記事
GitHub、Copilot の課金モデルを6月1日から利用量ベースへ移行
GitHub は、限られた AI 計算資源の需要増加に対応し財務的持続性を確保するため、6月1日より GitHub Copilot の課金モデルを従来から利用量ベース(実際の使用量に応じた請求)へ変更すると発表した。
v2.1.120
GitHub のエージェント戦略(90 分読み)
GitHub は、コードの大量出荷によりインフラに圧力がかかっているため、人間速度を前提とした設計から AI エージェント時代に対応する方針を COO が説明している。