-
Notifications
You must be signed in to change notification settings - Fork 640
Description
Similar to https://github.com/microsoft/vscode-copilot/issues/18906, the more I do with Coding Agent PRs in VS Code, the more I want to be able to switch between them freely without needing to fully check them out.
I think I'd essentially like a version of #activePullRequest
that'd work with just having the PR view open in VS Code (not requiring a checkout), i.e. #openPullRequest
, or the ability to drag the PR tab as context into the chat panel.
Perhaps this issue is duplicative of the Explore integrated chat view for Coding Agent session
work @joshspicer and @mjbvz are driving (microsoft/vscode#255483), since both involve being able to communicate back to the Coding Agent session. But I think #openPullRequest
functionality could be perhaps an alternative flow (I don't want to switch chat modes or open a new chat view, and I may not even want to actually chat with the Coding Agent; I just want to quickly learn or ask about a PR locally).