GitHub Copilot code review adds a Lite ensemble with 47% more high-severity findings and auto-resolves addressed comments
GitHub Copilot's Lite code reviewer now runs a multi-agent ensemble that finds 47% more high-severity issues than a single reviewer did at 8% lower cost, per the GitHub changelog from September 11, 2026. A second changelog entry the same day added VS Code Agents activity to Copilot enterprise usage reports, giving admins per-agent adoption data for the first time.
What changed in code review
The Lite effort level now uses an ensemble of agents instead of one reviewer working alone. Each agent contributes its own perspective on the submitted code; Copilot combines the results into a single review output. Per the GitHub changelog, the ensemble approach increased the average number of addressed comments per review by 47% for high-severity findings, 31% for medium, and 11% for low, while cutting review cost by approximately 8%.
Two experience changes accompany the backend shift. When a developer pushes a commit that addresses an open review comment, Copilot now automatically resolves that thread during re-review. Before this update, developers had to close comment threads manually even after fixing the underlying problem. Separately, applying a Copilot autofix suggestion now generates a contextual commit message scoped to that specific change rather than an auto-filled generic string.
On the analysis side, the review agent now uses the full set of shell tools from the Copilot SDK, running behind the agent firewall. Build commands, test execution, and targeted scripts can all run as part of a review pass. GitHub's changelog noted that internal experiments showed developers left more positive feedback on comments, and the agent surfaced more high-severity findings alongside fewer nit-level observations.
VS Code Agents now visible in usage reports
The second September 11 entry added VS Code Agents metrics to Copilot usage reports as a generally available feature. Per GitHub, aggregate enterprise and organization reports for both 1-day and 28-day windows now include a daily-active-user count for the VS Code Agents window and totals for session count and user messages, broken down by individual agent. A per-user breakdown is available at both the enterprise and organization levels.
Why it matters
The ensemble upgrade at Lite is the most directly actionable change for teams managing cost. Lite was the tier organizations chose to keep code review spending predictable; the trade-off was lower coverage on serious issues. At a cost reduction of 8% and a 47% increase in high-severity detections, that trade-off narrows considerably. Teams running security-sensitive repositories at Standard or Max for coverage reasons have a concrete reason to retest at Lite.
Auto-resolution removes a small but consistent friction point. Pull request review cycles generate comment threads that outlive their relevance once a developer pushes a fix. The new behavior keeps open comments meaningful, which makes follow-on review rounds easier to scan.
The VS Code Agents metric fills the compliance measurement gap. Enterprise admins could previously see seat-level Copilot usage but had no direct view into which VS Code Agents were running or how intensively. That data now feeds the same usage API that already covers completions and chat. Organizations evaluating an agent rollout ahead of a formal adoption policy now have the measurement layer to make that decision with real usage data rather than guessing.
What to watch next
The ensemble approach currently applies only to Lite. GitHub has not indicated a timeline for extending it to Standard or Max effort levels. The VS Code Agents metric is generally available, but GitHub has not confirmed whether it will integrate into the enterprise ROI dashboard that launched in the August 7 changelog.
Sources
- Auto-resolution and analysis updates in Copilot code review: GitHub Changelog, September 11, 2026
- Add VS Code Agents to Copilot usage metrics: GitHub Changelog, September 11, 2026
