AI Devtools Radar

GitHub Copilot

代码助手github.com2 条已发布变化

2 个来源在监控

变化时间线

feature

Copilot 代码审查新增防火墙、自定义设置步骤和独立运行器配置

用户现在可以使用防火墙设置、自定义设置步骤和独立运行器配置来自定义 Copilot 代码审查,以增强安全性和灵活性。

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

github.blog

apihigh

Copilot 新增仓库级用量指标 API 端点

企业和组织管理员现在可以通过两个新的 REST API 端点访问每个仓库的 Copilot 编码代理和代码审查拉取请求活动的细分数据。

证据
+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