01Exposes a LanguageModelTool for Copilot Chat agents to access review comments.
02Supports flexible comment retrieval, allowing agents to specify 'all', 'local', or 'pr' sources.
03Reads local review comments from the VS Code Comments panel.
04Retrieves GitHub Pull Request comments using the `gh` CLI.
050 GitHub stars
06Outputs review comments in a standardized JSON format, including file, line, author, body, and optional suggestions.