AI Devtools Radar

GitHub Copilot

Code assistantsgithub.com2 published changes

2 sources under watch

Change timeline

feature

Copilot code review adds firewall, custom setup steps, and independent runner configurations

Users can now customize Copilot code review with firewall settings, custom setup steps, and independent runner configurations for enhanced security and flexibility.

Evidence
+Copilot code review now utilizes a firewall, custom setup steps, and independent runner configurations.

github.blog

apihigh

New repository-level Copilot usage metrics API endpoints available

Enterprise and organization admins can now access per-repository breakdown of Copilot coding agent and code review pull request activity via two new REST API endpoints.

Evidence
+Two new endpoints return a per-repository report for a single day: <ul> <li><code>GET /enterprises/{enterprise}/copilot/metrics/reports/repos-1-day?day=YYYY-MM-DD</code></li> <li><code>GET /orgs/{org}/copilot/metrics/reports/repos-1-day?day=YYYY-MM-DD</code></li> </ul> Each response returns the following activity: <ul> <li>Pull requests created and merged by Copilot coding agent.</li> <li>Pull requests reviewed by Copilot code review, with suggestion counts broken down by comment type.</li> </ul>

github.blog