-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Description
Follow up of last month's work #251561. With the GitHub Pull Request and Issues extension users can now hand off local chat sessions to GitHub Coding Agent, track their status from the PR list view and detail view, browse session logs in editor and checkout PRs with the GitHub Coding Agent context. This was the first step of deep integration of GitHub Coding Agent in VS Code and we will continue the improvements this month.
Our goal is to simplify the creation of GitHub Coding Agent tasks, better integration with the chat sessions and history management, and align the instructions support for VS Code and GitHub Coding Agent.
- Pull Request performance and rendering @alexr00
- Explore bringing Copilot Agents command center into VS Code vscode#256987 @osortega
- Coding Agent tasks/sessions management
- Explore integrated chat view for Coding Agent session vscode#256988 @joshspicer @mjbvz
- 🏃 Chat session provider api vscode#256396 @mjbvz
- 🏃 Golden scenarios @bamurtaugh
- 🏃 Add docs for Coding Agents Add docs on Coding Agent vscode-docs#8561 @bamurtaugh
- Share instruction.md files between Coding Agent and VS Code Add support for VS Code instruction file discovery pattern matching in GitHub Coding Agent #255913 @rebornix @Chuxel