github GitHub Changelog ·

GitHub Copilot Code Review Gains Auto-Resolution, Smart Commits, and Deeper Analysis

aigaengineer
feature

GitHub Copilot Code Review now includes features like automatic resolution of comments once addressed and generation of smart commit messages for applied suggestions. Behind the scenes, it leverages a broader suite of shell tools for more robust code validation and employs an ensemble of agents for more thorough and cost-effective Lite reviews. These updates streamline the code review workflow, allowing developers to focus on unresolved feedback and receive higher-quality, more accurate suggestions. This enhances the overall developer experience and the efficacy of AI-assisted code evaluation.

  • Automatic resolution of addressed comments
  • Smart commit messages for autofix suggestions
  • Enhanced code analysis with shell tools
  • Improved Lite reviews using an ensemble of agents
Features (2)
  • Automatic resolution of addressed comments

    Copilot Code Review now automatically resolves its comments once a subsequent commit addresses the underlying feedback, ensuring open threads reflect only outstanding issues.

  • Smart commit messages for autofix suggestions

    When applying a Copilot autofix suggestion, the tool now generates a context-aware commit message based on the changes, rather than a standard auto-filled one.

Enhancements (2)
  • Enhanced code analysis with shell tools

    Copilot Code Review now integrates a full set of shell tools from the Copilot SDK, enabling deeper validation through build commands, tests, and script execution.

  • Improved Lite reviews using an ensemble of agents

    The Lite effort level now utilizes multiple AI agents working together, combining their perspectives to produce more thorough and accurate reviews at a potentially lower cost.

Read the original announcement →

https://github.blog/changelog/2026-09-11-auto-resolution-and-analysis-updates-in-copilot-code-review

Related releases