microsoft / microsoft/vscode-pull-request-github

Comments in vs code are not exposed to Chat AI

オープン
#8,894 コメント 4 件 リアクション 0 件 担当者 1 名 GitHub で見る

@alexr00 がすでに取り組んでいます。

2026年8月21日 から。

info-needed
主要言語
TypeScript
スター
2.6k
フォーク
796
平均マージ
1日 4時間
マージ済み PR(30日)
46

説明

Right now, the extension's injected mcp doesn't provide access to the comments on the comments tab, doesn't allow interacting with them directly in the chat window, and doesn't allow resolving, commenting etc.

I should be able to open a PR, have the chat window monitor for the code review from copilot to see if it's done, then have it query for the comments generated directly from the UI, and then interact and resolve them directly in VS code with the pr updated to reflect the resolution and commenting by the AI on the code review.

Right now it has to hack around trying to find the comments (which it fails at about 90% of the time) and then constantly fails to update them, resolve them or comment on them because none of this is properly defined to teach the AIs how to do this basic functionality.

And because it forces the AI to interact with the github mcp (which fails most of the time if you have multiple accounts in vs code) and doesn't find success at actually finding the comments and interacting 99% of the time, you're taking the AI out of the proper flow that the extension supports as a result.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。