Skip to content

Conversation

@IceOnly
Copy link

@IceOnly IceOnly commented Jan 23, 2026

This pull request adds a new command to the inline chat extension, enabling users to review patches directly from the chat interface. This enhances the review workflow by allowing batch patch review in addition to existing file and change review commands.

New feature: Patch review command

  • Added a new command, github.copilot.chat.review.patches, which allows reviewing a group of patches (with repository root, commit messages, and file patch details) via the ReviewSession service. This command can be triggered from the chat interface, improving support for reviewing multiple changes at once.

Copilot AI review requested due to automatic review settings January 23, 2026 15:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new command github.copilot.chat.review.patches to enable reviewing multiple patches in inline chat. The command accepts a structured group of patches with repository context and delegates to the existing ReviewSession implementation.

Changes:

  • Added new command registration for github.copilot.chat.review.patches that accepts patch groups with repository metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants